Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jun 7, 2024
1 parent b7d0f29 commit 3d4520a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"url" : "https:\/\/api.github.com\/repos\/IBM-Swift\/SwiftyJSON\/git\/blobs\/b263042f912ec32a770d2ba254bb6a8c2a49122a",
"path" : "Package@swift-5.swift",
"path" : "Package@swift-6.swift",
"size" : 1517,
"type" : "blob",
"mode" : "100644",
Expand Down
2 changes: 1 addition & 1 deletion Tests/ValidatorTests/PackageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class PackageTests: XCTestCase {
var manifestsFetched = 0
Current.fetch = { client, url in
switch url.absoluteString {
case "https://raw.githubusercontent.com/org/1/main/Package@swift-5.swift":
case "https://raw.githubusercontent.com/org/1/main/Package@swift-6.swift":
// Package.decode -> fetch manifestURL data
manifestsFetched += 1
return client.eventLoopGroup.next().makeSucceededFuture(
Expand Down

0 comments on commit 3d4520a

Please sign in to comment.