Skip to content

Commit

Permalink
Fix url in test
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonicbyte committed Sep 18, 2024
1 parent 6e064b0 commit 5e26cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class API_PackageController_GetRoute_ModelTests: SnapshotTestCase {
let forkedFrom = await API.PackageController.GetRoute.Model.ForkedFromInfo.query(on: app.db, packageId: .id0, fallbackURL: "https://github.com/original/original.git")

// validate
XCTAssertEqual(forkedFrom, .fromGitHub(url: "https://github/original/original.git"))
XCTAssertEqual(forkedFrom, .fromGitHub(url: "https://github.com/original/original.git"))
}

func test_gitHubOwnerUrl() throws {
Expand Down

0 comments on commit 5e26cd4

Please sign in to comment.