Skip to content

Commit

Permalink
mixed this
Browse files Browse the repository at this point in the history
  • Loading branch information
akiezun committed Apr 14, 2015
1 parent ef80890 commit 485452d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ private static void assertTranchesAreTheSame(List<Tranche> newFormat, List<Tranc
Assert.assertEquals(n.numNovel, o.numNovel);
Assert.assertEquals(n.novelTiTv, o.novelTiTv, 1e-3);
Assert.assertEquals(n.numKnown, o.numKnown);
Assert.assertEquals(n.name, o.name);
Assert.assertEquals(n.knownTiTv, o.knownTiTv, 1e-3);
}
}
Expand Down

0 comments on commit 485452d

Please sign in to comment.