Skip to content

Commit

Permalink
Remove core update and fix test issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 12, 2022
1 parent 5ae0acf commit 0ff900c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration-tests/tests/src/tests/serialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe("toJSON functionality", () => {
this.birthdaysSerialized.dict.grandparent = this.birthdaysSerialized;

// Define the structures for the common test suite.
this.this.commonTests = {
this.commonTests = {
Object: {
type: Realm.Object,
subject: p1,
Expand All @@ -164,7 +164,7 @@ describe("toJSON functionality", () => {
});
});
describe(`common tests`, () => {
for (const name in commonTestsTypes) {
for (const name of commonTestsTypes) {
describe(`with Realm.${name}`, () => {
it("implements toJSON", function (this: TestContext) {
const test = this.commonTests[name];
Expand Down
2 changes: 1 addition & 1 deletion vendor/realm-core
Submodule realm-core updated 133 files

0 comments on commit 0ff900c

Please sign in to comment.