Skip to content

Commit

Permalink
Merge pull request #560 from PatrickDeelen/master
Browse files Browse the repository at this point in the history
One last minor fix
  • Loading branch information
CAWarmerdam authored Jan 8, 2020
2 parents 45b8365 + 6795962 commit 776b530
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(), (bgenFile.lastModified()/1000L));
assertEquals(bgenixMeta.getLastWriteTime(), 1568284398);

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

Expand Down

0 comments on commit 776b530

Please sign in to comment.