Skip to content

Commit

Permalink
better test setup, now failing as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Mar 20, 2024
1 parent 068814b commit cf7209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genome_chunked_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,6 @@ mod tdd_crossover_semantics {
&mut output,
);
println!("{output:?}");
assert_eq!(output, &[0, 3]);
assert_eq!(output, &[0, 3, 4]);
}
}

0 comments on commit cf7209c

Please sign in to comment.