Skip to content

Commit 83da05f

Browse files
committed
Another oligo validation check
1 parent 0488398 commit 83da05f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,10 @@ private int deleteExistingWorkbooks() throws Exception
418418
_apiContainerHelper.deleteWorkbook(getProjectName(), highestWorkbookId, true, 90000);
419419
}
420420

421+
log("resetting oligo count");
422+
_oligosTotal = 0;
423+
verifyOligoCount(0);
424+
421425
return highestWorkbookId;
422426
}
423427

0 commit comments

Comments
 (0)