Skip to content

Commit

Permalink
Fix semantic merge conflict (#107)
Browse files Browse the repository at this point in the history
assetStringsEqualToBytes -> assertStringsEqualToBytes
  • Loading branch information
carterkozak authored Nov 25, 2019
1 parent 011fb38 commit 0d18bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void testParseMibiBytes() {

@Test
public void testParseMebiBytes() {
assetStringsEqualToBytes((long) Math.pow(1024L, 2L) * 10L, "10m", "10mb", "10 mebibyte", "10 mebibytes");
assertStringsEqualToBytes((long) Math.pow(1024L, 2L) * 10L, "10m", "10mb", "10 mebibyte", "10 mebibytes");
}

@Test
Expand Down

0 comments on commit 0d18bd9

Please sign in to comment.