Skip to content

Commit

Permalink
One more skip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgriselli committed Oct 24, 2024
1 parent 66d83a4 commit a8b4c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/FixtureTests/FixtureTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import TestSupport

class FixtureTests: XCTestCase {

func testProjectFixture() {
func testProjectFixture() throws {
try skipIfNecessary()
describe {
$0.it("generates Test Project") {
try generateXcodeProject(specPath: fixturePath + "TestProject/AnotherProject/project.yml")
Expand Down

0 comments on commit a8b4c0a

Please sign in to comment.