File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
LDK/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments