Skip to content

Commit 72ced01

Browse files
committed
chore: add missing label param
1 parent 38452f7 commit 72ced01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lifecycle/error.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('error', () => {
159159
)
160160

161161
it.each([true, false])(
162-
'return correct named status without value on error function',
162+
'return correct named status without value on error function with aot: %p',
163163
async (aot) => {
164164
const app = new Elysia({ aot }).get('/', ({ error }) =>
165165
error("I'm a teapot")

0 commit comments

Comments
 (0)