Skip to content

Commit

Permalink
Change fixtures used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed May 4, 2022
1 parent 667d3eb commit 33587fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/generator/test/CreateXCSchemesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ class CreateXCSchemesTests: XCTestCase {
workspaceOutputPath: "examples/foo/Foo.xcodeproj"
)
let pbxTargetsDict: [TargetID: PBXTarget] =
Fixtures.pbxTargetsWithDependencies(
in: Fixtures.pbxProj(),
targets: Fixtures.targets
)
Fixtures.pbxTargets(in: Fixtures.pbxProj(), targets: Fixtures.targets).0

func assertScheme(
schemesDict: [String: XCScheme],
Expand Down

0 comments on commit 33587fe

Please sign in to comment.