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 8d1482a commit 32b7b6eCopy full SHA for 32b7b6e
Tests/LinuxMain.swift
@@ -126,8 +126,8 @@ extension ValidationTests {
126
XCTMain([
127
testCase(HMACAlgorithmTests.allTests),
128
testCase(NoneAlgorithmTests.allTests),
129
- testCase(CompactJSONDecoder.allTests),
130
- testCase(CompactJSONEncoder.allTests),
+ testCase(CompactJSONDecoderTests.allTests),
+ testCase(CompactJSONEncoderTests.allTests),
131
testCase(DecodeTests.allTests),
132
testCase(IntegrationTests.allTests),
133
testCase(JWTEncodeTests.allTests),
0 commit comments