Skip to content

Commit

Permalink
Fix test mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed May 1, 2023
1 parent 1fb421d commit 23762a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/GitBuddyTests/TestHelpers/Mocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ extension Mocker {
urlComponents.queryItems = [
URLQueryItem(name: "base", value: baseBranch),
URLQueryItem(name: "direction", value: "desc"),
URLQueryItem(name: "per_page", value: "100"),
URLQueryItem(name: "sort", value: "updated"),
URLQueryItem(name: "state", value: "closed")
]
Expand Down

0 comments on commit 23762a6

Please sign in to comment.