Skip to content

Commit

Permalink
[tuist#617] Fixes copy/paste issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorloff committed Jun 17, 2021
1 parent 6f7141e commit 98e37f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ final class PBXProductTypeTests: XCTestCase {
}

func test_systemExtension_hasTheRightValue() {
XCTAssertEqual(PBXProductType.systemExtension.rawValue, "com.apple.product-type.driver-extension")
XCTAssertEqual(PBXProductType.systemExtension.rawValue, "com.apple.product-type.system-extension")
}
}

0 comments on commit 98e37f5

Please sign in to comment.