Skip to content

Commit

Permalink
fix MediaTest.testAdd()
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO committed Feb 17, 2022
1 parent d025448 commit 40cee0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void testAdd() throws IOException, EmptyMediaException {
os = new FileOutputStream(path, false);
os.write("world".getBytes());
os.close();
assertNotEquals("foo.jpg", testCol.getMedia().addFile(path));
assertNotEquals("foo.jpg", mTestCol.getMedia().addFile(path));
}

@Test
Expand Down

0 comments on commit 40cee0a

Please sign in to comment.