Skip to content

Commit

Permalink
null -> undefined for contextToThought test
Browse files Browse the repository at this point in the history
  • Loading branch information
snqb committed Jan 3, 2025
1 parent 01b8c52 commit d77905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux-middleware/__tests__/pullQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ it('do not repopulate deleted thought', async () => {
})

const parentEntryChild = contextToThought(store.getState(), [''])
expect(parentEntryChild).toBe(null)
expect(parentEntryChild).toBe(undefined)
})

it('load buffered thoughts', async () => {
Expand Down

0 comments on commit d77905b

Please sign in to comment.