Skip to content

Commit

Permalink
make biomass test ever so slightly more lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspayette committed Mar 27, 2024
1 parent f793129 commit 65b5a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ record -> record.getInt("day"),
Assertions.assertEquals(
expectedBiomass.get(fishState.getStep()).get(s.getCode()),
fishState.getTotalBiomass(s),
1
10
);
});
}
Expand Down

0 comments on commit 65b5a9e

Please sign in to comment.