Skip to content

Commit 7183b5a

Browse files
committed
chore(testing): fix casing in error messsage
1 parent 8136769 commit 7183b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/routes/static.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as integration from "../../../utils/integration"
77

88
const NOT_FOUND = {
99
code: 404,
10-
message: "not found",
10+
message: "Not Found",
1111
}
1212

1313
describe("/_static", () => {

0 commit comments

Comments
 (0)