@@ -294,7 +294,7 @@ test('hook rejects wrong token with function (resolved promise)', (t) => {
294
294
} )
295
295
} )
296
296
297
- test ( 'hook rejects with 500 when functions fails' , ( t ) => {
297
+ test ( 'hook rejects with 500 when functions fails' , ( t ) => {
298
298
t . plan ( 4 )
299
299
300
300
const auth = function ( val ) {
@@ -327,7 +327,7 @@ test('hook rejects with 500 when functions fails', (t) => {
327
327
} )
328
328
} )
329
329
330
- test ( 'hook rejects with 500 when promise rejects' , ( t ) => {
330
+ test ( 'hook rejects with 500 when promise rejects' , ( t ) => {
331
331
t . plan ( 4 )
332
332
333
333
const auth = function ( val ) {
@@ -360,7 +360,7 @@ test('hook rejects with 500 when promise rejects', (t) => {
360
360
} )
361
361
} )
362
362
363
- test ( 'hook rejects with 500 when functions returns non-boolean' , ( t ) => {
363
+ test ( 'hook rejects with 500 when functions returns non-boolean' , ( t ) => {
364
364
t . plan ( 4 )
365
365
366
366
const auth = function ( val ) {
@@ -393,7 +393,7 @@ test('hook rejects with 500 when functions returns non-boolean', (t) => {
393
393
} )
394
394
} )
395
395
396
- test ( 'hook rejects with 500 when promise resolves to non-boolean' , ( t ) => {
396
+ test ( 'hook rejects with 500 when promise resolves to non-boolean' , ( t ) => {
397
397
t . plan ( 4 )
398
398
399
399
const auth = function ( val ) {
0 commit comments