Skip to content

Commit

Permalink
Test one of the cases with an underscore in it.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Nov 15, 2023
1 parent 8c9de8c commit 729c290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests/AppTests/Fixtures/github-graphql-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@
"url": "https://github.com/Alamofire"
},
{
"platform": "GITHUB",
"url": "https://github.com/jshier"
"platform": "LFX_CROWDFUNDING",
"url": "https://crowdfunding.lfx.linuxfoundation.org/projects/alamofire"
}
],
"isArchived": false,
Expand Down
2 changes: 1 addition & 1 deletion Tests/AppTests/GithubTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class GithubTests: AppTestCase {
XCTAssertEqual(res.repository?.forkCount, 6727)
XCTAssertEqual(res.repository?.fundingLinks, [
.init(platform: .gitHub, url: "https://github.com/Alamofire"),
.init(platform: .gitHub, url: "https://github.com/jshier"),
.init(platform: .lfxCrowdfunding, url: "https://crowdfunding.lfx.linuxfoundation.org/projects/alamofire"),
])
XCTAssertEqual(res.repository?.mergedPullRequests.nodes.first!.closedAt,
iso8601.date(from: "2021-06-07T22:47:01Z"))
Expand Down

0 comments on commit 729c290

Please sign in to comment.