Skip to content

Commit 9338d5d

Browse files
author
v1rtl
committed
fix
1 parent 69f88dc commit 9338d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const makeFetch = (h: HandlerOrListener) => {
112112
assertEquals(
113113
header,
114114
b,
115-
`expected to have header ${a} ${header === null ? 'empty' : 'with value ${b}, got ${header}'}`,
115+
`expected to have header ${a} ${header === null ? 'empty' : `with value ${b}, got ${header}`}`,
116116
)
117117
}
118118
return {

0 commit comments

Comments
 (0)