Skip to content

Commit

Permalink
fix db test
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Dec 20, 2023
1 parent 4834ea9 commit f49ba1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ozone/tests/db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@ describe('db', () => {
.where('subjectDid', '=', 'x')
.executeTakeFirst()

expect(row).toEqual({
expect(row).toMatchObject({
eventType: 'takedown',
subjectDid: 'x',
takedownId: null,
confirmedAt: null,
})
})

Expand Down

0 comments on commit f49ba1e

Please sign in to comment.