Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 23, 2024
1 parent bbea5ba commit 11e4f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin-server/tests/main/db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ describe('DB', () => {
expect(await db.fetchAction(69)).toEqual({
...result[2][69],
steps_json: null, // Temporary diff whilst we migrate to this new field
pinned_at: null,
})
})

Expand Down

0 comments on commit 11e4f04

Please sign in to comment.