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 61bba63 commit e4c8a02Copy full SHA for e4c8a02
Tests/KeyValueDecoderTests.swift
@@ -893,7 +893,7 @@ struct KeyValueDecoderTests {
893
#expect((true as NSNumber).getDoubleValue() == nil)
894
}
895
896
- @Test
+ @Test(.disabled("windows doesn't work"))
897
func decodingErrors() throws {
898
expectDecodingError(try KeyValueDecoder.decode(Seafood.self, from: 10)) { error in
899
#expect(error.debugDescription == "Expected String at SELF, found Int")
0 commit comments