From 2046ff5b435f16ced5d9fa3350b374041003d792 Mon Sep 17 00:00:00 2001 From: NikitaFedorov1 Date: Tue, 2 Apr 2024 23:03:54 +0200 Subject: [PATCH] test: Async key provider errors should be resolved internally --- test/jwt-async.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jwt-async.test.js b/test/jwt-async.test.js index 53e6167..0b5651e 100644 --- a/test/jwt-async.test.js +++ b/test/jwt-async.test.js @@ -4,7 +4,7 @@ const test = require('tap').test const Fastify = require('fastify') const jwt = require('../jwt') -test('Async key provider should be resolved internaly', async function (t) { +test('Async key provider should be resolved internally', async function (t) { const fastify = Fastify() fastify.register(jwt, { secret: { @@ -34,7 +34,7 @@ test('Async key provider should be resolved internaly', async function (t) { t.equal(response.payload, 'function') }) -test('Async key provider errors should be resolved internaly', async function (t) { +test('Async key provider errors should be resolved internally', async function (t) { const fastify = Fastify() fastify.register(jwt, { secret: {