Skip to content

Commit

Permalink
Ensure clear state always
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jun 25, 2024
1 parent 7dcb1e2 commit 2156da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/tests/src/tests/sync/flexible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,11 @@ describe("Flexible sync", async function () {
});
});
describe("Progress notification", () => {
beforeEach(() => {
afterEach(() => {
Realm.clearTestState();
});
beforeEach(async function (this: RealmContext) {
Realm.clearTestState();
this.realm = await Realm.open({
schema: [HugeSyncObject],
sync: {
Expand Down

0 comments on commit 2156da1

Please sign in to comment.