This commit is contained in:
Justin Borromeo 2019-02-06 13:42:12 -08:00
parent dfe4aa9681
commit 10b5e0ca93
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class ScanResultValueTimestampComparatorTest
ScanResultValueTimestampComparator comparator = new ScanResultValueTimestampComparator(query);
ArrayList<HashMap<String, Object>> events1 = new ArrayList<>();` `
ArrayList<HashMap<String, Object>> events1 = new ArrayList<>();
HashMap<String, Object> event1 = new HashMap<>();
event1.put(ColumnHolder.TIME_COLUMN_NAME, new Long(42));
events1.add(event1);