mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix generational box fuzzing
This commit is contained in:
parent
89b7784d31
commit
a51744c439
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ fn fuzz() {
|
|||
}
|
||||
#[cfg(any(debug_assertions, feature = "check_generation"))]
|
||||
for key in invalid_keys.iter() {
|
||||
assert!(!key.validate());
|
||||
assert!(key.try_read().is_ok());
|
||||
}
|
||||
maybe_owner_scope(valid_keys, invalid_keys, path);
|
||||
invalid_keys.push(valid_keys.pop().unwrap());
|
||||
|
|
Loading…
Reference in a new issue