diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index 1cc37ec..07dc939 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -4,5 +4,4 @@ import CurlyClientTests var tests = [XCTestCaseEntry]() tests += CurlyClientTests.allTests() -tests += CurlyClientInternalTests.allTests() XCTMain(tests)