Skip to content

Commit

Permalink
Update ProductTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft authored Jun 7, 2024
1 parent fb7cadd commit bef77e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/XcodeGraphTests/Models/ProductTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class ProductTests: XCTestCase {
XCTAssertEqual(Product.app.description, "application")
XCTAssertEqual(Product.staticLibrary.description, "static library")
XCTAssertEqual(Product.dynamicLibrary.description, "dynamic library")
XCTAssertEqual(Product.framework.description, "framework")
XCTAssertEqual(Product.framework.description, "dynamic framework")
XCTAssertEqual(Product.unitTests.description, "unit tests")
XCTAssertEqual(Product.uiTests.description, "ui tests")
XCTAssertEqual(Product.appExtension.description, "app extension")
Expand Down

0 comments on commit bef77e5

Please sign in to comment.