Skip to content

Commit 1847900

Browse files
gtk: Fix BitsetIter test
As the iter is expected to be valid
1 parent b12c1c7 commit 1847900

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gtk4/src/bitset_iter.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,5 @@ mod tests {
161161
assert_eq!(iter.previous(), Some(0));
162162
assert_eq!(iter.previous(), None);
163163
assert!(!iter.is_valid());
164-
assert_eq!(iter.next(), Some(1));
165-
assert!(iter.is_valid());
166164
}
167165
}

0 commit comments

Comments
 (0)