Skip to content

Commit e1a25a0

Browse files
author
Brian Chen
committed
update test
1 parent 4b6fa67 commit e1a25a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/firestore/lite/test/integration.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,8 +1085,9 @@ describe('withConverter() support', () => {
10851085
expect(() =>
10861086
batch.set(ref, { title: 'olive' }, { merge: true })
10871087
).to.throw(
1088-
'Function WriteBatch.set() called with invalid data. Unsupported ' +
1089-
'field value: undefined (found in field author in document posts/post)'
1088+
'Function WriteBatch.set() called with invalid data ' +
1089+
'(via `toFirestore()`). Unsupported field value: undefined ' +
1090+
'(found in field author in document posts/post)'
10901091
);
10911092
});
10921093
});

0 commit comments

Comments
 (0)