Skip to content

Commit

Permalink
Update test/example-async.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs and Copilot authored Nov 25, 2024
1 parent e616614 commit 8e460a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/example-async.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test('Auth successful (multiple)', (t, done) => {
})
})

test('Auth not succesful', (t, done) => {
test('Auth not successful', (t, done) => {
t.plan(2)

fastify.inject({
Expand Down

0 comments on commit 8e460a4

Please sign in to comment.