Skip to content

Commit

Permalink
Update BgenixReaderTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDeelen committed Jan 8, 2020
1 parent b895cef commit 6795962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void bgenixReaderTest() throws Exception {

//We can't test this since this is flexible.
// assertEquals(bgenixMeta.getIndexCreationTime(), 2017);
assertEquals(bgenixMeta.getLastWriteTime(), 1577104229);
assertEquals(bgenixMeta.getLastWriteTime(), 1568284398);

System.out.println(bgenix.getVariantCount());

Expand Down

0 comments on commit 6795962

Please sign in to comment.