Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Mar 12, 2024
1 parent 739c98b commit c7a22e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ozone/tests/db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('db', () => {
.executeTakeFirst()

expect(row).toMatchObject({
eventType: 'takedown',
eventType: 'pds_takedown',
subjectDid: 'x',
})
})
Expand Down

0 comments on commit c7a22e9

Please sign in to comment.