Skip to content

Commit 2156da1

Browse files
committed
Ensure clear state always
1 parent 7dcb1e2 commit 2156da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: integration-tests/tests/src/tests/sync/flexible.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,11 @@ describe("Flexible sync", async function () {
459459
});
460460
});
461461
describe("Progress notification", () => {
462-
beforeEach(() => {
462+
afterEach(() => {
463463
Realm.clearTestState();
464464
});
465465
beforeEach(async function (this: RealmContext) {
466+
Realm.clearTestState();
466467
this.realm = await Realm.open({
467468
schema: [HugeSyncObject],
468469
sync: {

0 commit comments

Comments
 (0)