Skip to content

Commit

Permalink
Merge 803ce9a into e0b677e
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe authored Mar 9, 2023
2 parents e0b677e + 803ce9a commit 07d7bf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/firestore-compat/test/fields.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,7 @@ apiDescribe('Timestamp Fields in snapshots', (persistence: boolean) => {
});

apiDescribe('`undefined` properties', (persistence: boolean) => {
const settings = { ...DEFAULT_SETTINGS };
settings.ignoreUndefinedProperties = true;
const settings = { ...DEFAULT_SETTINGS, ignoreUndefinedProperties: true };

it('are ignored in set()', () => {
return withTestDocAndSettings(persistence, settings, async doc => {
Expand Down

0 comments on commit 07d7bf7

Please sign in to comment.