Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 2128873

Browse files
felix91grArtSabintsev
authored andcommitted
Updated test coverage on Linux (#21)
- Capitalized the name of the imported module such that it can be compiled now. - Removed the TrimmingTests line because that suite doesn't exist anymore. - Reordered the lines to match the order of the files in the GuitarTests folder.
1 parent 38541bf commit 2128873

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/LinuxMain.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import XCTest
2-
@testable import guitarTests
2+
@testable import GuitarTests
33

44
XCTMain([
5-
testCase(GuitarTests.allTests),
65
testCase(GuitarBooleanTests.allTests),
76
testCase(GuitarCaseTests.allTests),
87
testCase(GuitarCharacterTests.allTests),
98
testCase(GuitarPaddingTests.allTests),
10-
testCase(GuitarTrimmingTests.allTests),
9+
testCase(GuitarTests.allTests),
1110
])

0 commit comments

Comments
 (0)