Skip to content

Commit 32b7b6e

Browse files
committed
Fix LinuxMain.swift typo
1 parent 8d1482a commit 32b7b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/LinuxMain.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ extension ValidationTests {
126126
XCTMain([
127127
testCase(HMACAlgorithmTests.allTests),
128128
testCase(NoneAlgorithmTests.allTests),
129-
testCase(CompactJSONDecoder.allTests),
130-
testCase(CompactJSONEncoder.allTests),
129+
testCase(CompactJSONDecoderTests.allTests),
130+
testCase(CompactJSONEncoderTests.allTests),
131131
testCase(DecodeTests.allTests),
132132
testCase(IntegrationTests.allTests),
133133
testCase(JWTEncodeTests.allTests),

0 commit comments

Comments
 (0)