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 98bdb37 commit 115b864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void testCompareVesselCompliance_ValidVessels() {
assertEquals(vesselCode1, response.getVesselCode1());
assertEquals(vesselCode2, response.getVesselCode2());
assertEquals(-217.32789972602322, response.getCompliance1(), 0.01, "Compliance 1 is incorrect");
assertEquals(2.234496738902765, response.getCompliance2(), 0.01, "Compliance 2 is incorrect");
assertEquals(2.148288849167802, response.getCompliance2(), 0.01, "Compliance 2 is incorrect");
assertEquals(response.getResult(), "19310 is more compliant.");
}

Expand Down

0 comments on commit 115b864

Please sign in to comment.