Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Mar 20, 2020
1 parent 656b3fc commit a17a817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class SwiftPackageManagerTests: XCTestCase {
let packages = SwiftPackage.loadPackages(content)

XCTAssertFalse(packages.isEmpty)
XCTAssertEqual(packages.count, 8)
XCTAssertEqual(packages.count, 9)

let packageFirst = packages.first!
XCTAssertEqual(packageFirst, SwiftPackage(package: "APIKit",
Expand Down

0 comments on commit a17a817

Please sign in to comment.