Skip to content

Commit

Permalink
remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 25, 2023
1 parent 67daed4 commit 27ed127
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ fn insufficient_space() {

// Ensure that we can't iterate if we make a state vector that is too small.
assert!(Settings::iter_paths::<1, String<256>>().is_err());

// Ensure that we can't iterate if the topic buffer is too small.
// assert!(Settings::iter_paths::<10, String<1>>().is_err());
}

#[test]
Expand Down

0 comments on commit 27ed127

Please sign in to comment.