Skip to content

Commit

Permalink
Corrected position of expected and actual
Browse files Browse the repository at this point in the history
  • Loading branch information
gocklkatz committed Jul 19, 2024
1 parent 1dd3c83 commit 34be335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void givenCertainMatrix_whenCallingSingleSolution_NoCapacityConstraint_shouldGiv

assertEquals(List.of(3, 4, 5), solution.getRoutes().getFirst().stops());
assertEquals(List.of(6, 1, 2), solution.getRoutes().get(1).stops());
assertEquals(solution.getObjectiveFunctionValue(), 163);
assertEquals(163, solution.getObjectiveFunctionValue());
}

@Test
Expand Down

0 comments on commit 34be335

Please sign in to comment.