Skip to content

Commit 5e26cd4

Browse files
Fix url in test
1 parent 6e064b0 commit 5e26cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AppTests/API+PackageController+GetRoute+ModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class API_PackageController_GetRoute_ModelTests: SnapshotTestCase {
147147
let forkedFrom = await API.PackageController.GetRoute.Model.ForkedFromInfo.query(on: app.db, packageId: .id0, fallbackURL: "https://github.com/original/original.git")
148148

149149
// validate
150-
XCTAssertEqual(forkedFrom, .fromGitHub(url: "https://github/original/original.git"))
150+
XCTAssertEqual(forkedFrom, .fromGitHub(url: "https://github.com/original/original.git"))
151151
}
152152

153153
func test_gitHubOwnerUrl() throws {

0 commit comments

Comments
 (0)