Skip to content

Commit

Permalink
Update test/method-missing.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
  • Loading branch information
gurgunday and Eomm committed Apr 26, 2024
1 parent a064f50 commit 3d00de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/method-missing.test.js
Expand Up @@ -16,7 +16,6 @@ test('missing method from http client', t => {
path: '/'
}, (res) => {
t.equal(res.statusCode, 404)
t.end()
fastify.close()
})

Expand Down

0 comments on commit 3d00de4

Please sign in to comment.