Skip to content

Commit 236d4d0

Browse files
Cleaning up test (#891)
1 parent 233161d commit 236d4d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: packages/firestore/test/integration/api/database.test.ts

-3
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,14 @@ apiDescribe('Database', persistence => {
160160
const initialData = {
161161
untouched: true,
162162
foo: 'bar',
163-
inner: { untouched: true, foo: 'bar' },
164163
nested: { untouched: true, foo: 'bar' }
165164
};
166165
const mergeData = {
167166
foo: firebase.firestore.FieldValue.delete(),
168-
inner: { foo: firebase.firestore.FieldValue.delete() },
169167
nested: { foo: firebase.firestore.FieldValue.delete() }
170168
};
171169
const finalData = {
172170
untouched: true,
173-
inner: { untouched: true },
174171
nested: { untouched: true }
175172
};
176173
return doc

0 commit comments

Comments
 (0)