mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
fix: remove incorrect comment about no multiples
This commit is contained in:
parent
22af707465
commit
d2dc769864
1 changed files with 0 additions and 1 deletions
|
|
@ -226,7 +226,6 @@ mod tests {
|
|||
let expected_2: HashSet<u32> = [5, 10, 15, 20, 25, 30].into();
|
||||
assert_eq!(result_2, expected_2);
|
||||
|
||||
// Test when the range has no multiples
|
||||
let result_3: HashSet<u32> = get_multiples_in_range(7, 11);
|
||||
let expected_3: HashSet<u32> = [7].into();
|
||||
assert_eq!(expected_3, result_3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue