Skip to content

Commit

Permalink
Fix code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
sierikov committed Feb 20, 2023
1 parent d110f95 commit 4c77703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class XContentTypeOptionsSuite extends Http4sSuite {
test("parse should create header with uppercase value") {
assertEquals(
`X-Content-Type-Options`.parse("\"NOSNIFF\"").map(_.renderString),
ParseResult.success("X-Content-Type-Options: nosniff")
ParseResult.success("X-Content-Type-Options: nosniff"),
)
}
}

0 comments on commit 4c77703

Please sign in to comment.