Skip to content

Commit

Permalink
require test be more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 17, 2024
1 parent 4290bd5 commit 4d78cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpptests/test_fixation_pruning_during_simulation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ BOOST_FIXTURE_TEST_CASE(test_retain_fixations, common_setup)
BOOST_REQUIRE_EQUAL(pop.generation, 1000);
BOOST_REQUIRE_EQUAL(pop.fixations.size(), pop.fixation_times.size());
BOOST_REQUIRE(!pop.fixations.empty());
BOOST_REQUIRE(pop.fixations.size() > 1);
for (const auto &g : pop.haploid_genomes)
{
if (g.n > 0)
Expand Down

0 comments on commit 4d78cc5

Please sign in to comment.