Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitaros committed Oct 6, 2024
1 parent 51b5f0b commit 98bdb37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void testCompareVesselCompliance_ValidVessels() {
assertNotNull(response);
assertEquals(vesselCode1, response.getVesselCode1());
assertEquals(vesselCode2, response.getVesselCode2());
assertEquals(-218.36747651789824, response.getCompliance1(), 0.01, "Compliance 1 is incorrect");
assertEquals(-217.32789972602322, response.getCompliance1(), 0.01, "Compliance 1 is incorrect");
assertEquals(2.234496738902765, response.getCompliance2(), 0.01, "Compliance 2 is incorrect");
assertEquals(response.getResult(), "19310 is more compliant.");
}
Expand Down

0 comments on commit 98bdb37

Please sign in to comment.