Skip to content

Commit cca858a

Browse files
committed
Minor cleanup
1 parent 5e7ed21 commit cca858a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BuildTests/BuildPlanTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extension Build.BuildPlan {
4949
class BuildPlanTestCase: BuildSystemProviderTestCase {
5050
override func setUpWithError() throws {
5151
try XCTSkipIf(
52-
type(of: self) == BuildPlanTestCase.self,
52+
Self.self == BuildPlanTestCase.self,
5353
"Skipping this test since it will be run in subclasses that will provide different build systems to test."
5454
)
5555
}

0 commit comments

Comments
 (0)