Skip to content

Commit 826535d

Browse files
committed
Debug test failure
1 parent ffe9aba commit 826535d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,8 +1446,8 @@ private void samplesTableTest() throws Exception
14461446
Assert.assertEquals(columnLabels, lines.get(0));
14471447
Assert.assertEquals("Row did not match. ExcelHelper pattern: " + ExcelHelper.getDateTimeFormat().toPattern(), rows.get(0), lines.get(1));
14481448
Assert.assertEquals("Row did not match. ExcelHelper pattern: " + ExcelHelper.getDateTimeFormat().toPattern(), rows.get(0), lines.get(2));
1449-
Assert.assertEquals(rows.get(1), lines.get(3));
1450-
Assert.assertEquals(rows.get(1), lines.get(4));
1449+
Assert.assertEquals("Row did not match. ExcelHelper pattern: " + ExcelHelper.getDateTimeFormat().toPattern(), rows.get(1), lines.get(3));
1450+
Assert.assertEquals("Row did not match. ExcelHelper pattern: " + ExcelHelper.getDateTimeFormat().toPattern(), rows.get(1), lines.get(4));
14511451
}
14521452

14531453
refresh();

0 commit comments

Comments
 (0)