Skip to content

Commit

Permalink
Update test/e2e/app-dir/actions/app-action.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Tanner <zacktanner@gmail.com>
  • Loading branch information
timneutkens and ztanner authored Jan 4, 2024
1 parent 4bb4adf commit af95b1a
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 @@ -1179,7 +1179,7 @@ createNextDescribe(

await check(async () => {
const newNumber = await getNumber()
// Expect that the number changes on each click
// Expect that the number is the same on each click
expect(newNumber).toBe(firstNumber)

return 'success'
Expand Down

0 comments on commit af95b1a

Please sign in to comment.