We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3151421 commit ca12138Copy full SHA for ca12138
qs-kotlin/src/test/kotlin/io/github/techouse/qskotlin/unit/DecodeSpec.kt
@@ -750,8 +750,9 @@ class DecodeSpec :
750
751
describe("charset") {
752
it("throws an exception when given an unknown charset") {
753
+ @Suppress("CHARSET")
754
shouldThrow<Exception> {
- decode("a=b", DecodeOptions(charset = Charset.forName("Shift_JIS")))
755
+ decode("a=b", DecodeOptions(charset = Charset.forName("foo")))
756
}
757
758
0 commit comments