Skip to content

Commit 4049ead

Browse files
committed
Missing "when"
1 parent e0d4d67 commit 4049ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/tests/SampleTypeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ public void testAmountsAndUnitsWithoutDisplayUnit()
19851985
clickButton("Cancel");
19861986
// bulk import with unit but not amount (error expected)
19871987
sampleHelper.bulkImportExpectingError(List.of(Map.of("Name", "AU-BULK-ERR-2", "Units", "mL")), SampleTypeHelper.IMPORT_OPTION);
1988-
assertTextPresent("An Amount value must be provided Units are provided.");
1988+
assertTextPresent("An Amount value must be provided when Units are provided.");
19891989
clickButton("Cancel");
19901990
// bulk import with both amount and unit (success expected)
19911991
sampleHelper.bulkImport(List.of(Map.of("Name", "AU-BULK-SUCCESS-1", "StoredAmount", "0", "Units", "L")));

0 commit comments

Comments
 (0)