We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f85f9b commit 52af82dCopy full SHA for 52af82d
crates/sb_fs/fs/tmp_fs.rs
@@ -962,7 +962,7 @@ mod test {
962
963
f2.clone().write_all(arr2.into()).await.unwrap();
964
assert_eq!(fs.quota.load(Ordering::Relaxed), MIB);
965
- assert!(fs.quota.sync.do_opt.is_raised());
+ assert!(!fs.quota.sync.do_opt.is_raised());
966
967
assert_filesystem_quota_exceeded(
968
f2.write_all(b"m".to_vec().into())
0 commit comments