Skip to content

Commit bc563f4

Browse files
Restore original error checking
1 parent 69063b0 commit bc563f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

snd/test/src/org/labkey/test/tests/snd/SNDTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ public void testSNDImport()
11681168
_fileBrowserHelper.checkFileBrowserFileCheckbox(REMOVE_ALL_ATTRIBUTES_FILE);
11691169
_fileBrowserHelper.selectImportDataAction("SND document import");
11701170
waitForPipelineJobsToComplete(++EXPECTED_IMPORT_JOBS, "SND Import ("+REMOVE_ALL_ATTRIBUTES_FILE+")", true, IMPORT_WAIT_TIME);
1171-
resetErrors();
1172-
// checkExpectedErrors(1);
1171+
1172+
checkExpectedErrors(1);
11731173
}
11741174

11751175
@Test

0 commit comments

Comments
 (0)