Skip to content

Commit 52af82d

Browse files
committed
stamp: oops
1 parent 5f85f9b commit 52af82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sb_fs/fs/tmp_fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ mod test {
962962

963963
f2.clone().write_all(arr2.into()).await.unwrap();
964964
assert_eq!(fs.quota.load(Ordering::Relaxed), MIB);
965-
assert!(fs.quota.sync.do_opt.is_raised());
965+
assert!(!fs.quota.sync.do_opt.is_raised());
966966

967967
assert_filesystem_quota_exceeded(
968968
f2.write_all(b"m".to_vec().into())

0 commit comments

Comments
 (0)