Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 11, 2023
1 parent 65fb636 commit 222db8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/actions/app-action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ createNextDescribe(

expect(newRandomNumber).not.toBe(randomNumber)
expect(newJustPutIt).not.toBe(justPutIt)
expect(newThankYouNext).not.toBe(thankYouNext)
expect(newThankYouNext).toBe(thankYouNext)

return 'success'
}, 'success')
Expand Down

0 comments on commit 222db8d

Please sign in to comment.