Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylim88 committed Oct 2, 2023
1 parent 4c2c20c commit d1b27ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transaction/updateNoFlatten.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe('test updateNoFlatten transaction', () => {
})

it('test empty object, should pass', async () => {
// ! client transaction update can accept top level empty object, inconsistency behavior
const docRef = userRefCreator().doc(
'FirelordTest',
'updateTransactionTestCaseEmpty'
Expand All @@ -87,5 +88,6 @@ describe('test updateNoFlatten transaction', () => {
{}
)
})
expect(true).toBe(true)
})
})

0 comments on commit d1b27ac

Please sign in to comment.