Skip to content

Commit

Permalink
Fix linting error in @realm/react test (#6128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth authored Sep 13, 2023
1 parent ca1d2b9 commit 473994b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ describe("useObject: rendering objects with a Realm.List property", () => {
forceSynchronousNotifications(testRealm);
});


expect(objectChangeCounter).toHaveBeenCalledTimes(initialCount + 1);
});
});
Expand Down

0 comments on commit 473994b

Please sign in to comment.