Skip to content

Commit 63dcffc

Browse files
committed
cleanup
1 parent 2328a75 commit 63dcffc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared/src/sync_engine/tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ async fn testing_optimistic_create() {
209209
assert_eq!(issues[0].title, Avail::Yes("fancy title".into()));
210210
assert!(issues[0].is_optimistic);
211211

212-
assert!(bulk_subscriber_hit.expect_and_reset(0));
213-
214212
let txn = sync_engine.db.txn().with_store::<Issue>().build();
215213
let single_issue = txn
216214
.object_store::<Issue>()

0 commit comments

Comments
 (0)