Skip to content

Commit

Permalink
Move remaining instrumented SyncRepo instrumented tests to where they…
Browse files Browse the repository at this point in the history
… belong
  • Loading branch information
amberin committed Aug 19, 2024
1 parent e9dd569 commit 6e7e564
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 461 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void testLoadRook() throws IOException {
assertEquals("remote-book-1", BookName.getInstance(context, book.getSyncedTo()).getName());
assertEquals("0abcdef", book.getSyncedTo().getRevision());
assertEquals(1400067156000L, book.getSyncedTo().getMtime());
assertEquals(repo.getUrl(), vrook.getRepoUri().toString());
}

@Test
Expand Down
Loading

0 comments on commit 6e7e564

Please sign in to comment.