Skip to content

Commit

Permalink
Tests: Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SwapnanilDhol committed Apr 17, 2022
1 parent 05b3599 commit 1826bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/UpdateAvailableKit/UpdateAvailableManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public final class UpdateAvailableManager {
return
}
}
queryITunesForNewResponse { result in
queryITunesForNewResponse(with: bundleID) { result in
switch result {
case .success(let response):
if let currentAppStoreVersion = response.results?.first?.version {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class UpdateAvailableKitTests: XCTestCase {
case .noUpdatesAvailable:
expectation.fulfill()
default:
expectation.fulfill()
break
}
case .failure:
break
Expand Down

0 comments on commit 1826bb5

Please sign in to comment.