Skip to content

Commit

Permalink
Fix LinuxMain.swift typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonblatho committed Jul 24, 2018
1 parent 8d1482a commit 32b7b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ extension ValidationTests {
XCTMain([
testCase(HMACAlgorithmTests.allTests),
testCase(NoneAlgorithmTests.allTests),
testCase(CompactJSONDecoder.allTests),
testCase(CompactJSONEncoder.allTests),
testCase(CompactJSONDecoderTests.allTests),
testCase(CompactJSONEncoderTests.allTests),
testCase(DecodeTests.allTests),
testCase(IntegrationTests.allTests),
testCase(JWTEncodeTests.allTests),
Expand Down

0 comments on commit 32b7b6e

Please sign in to comment.