Skip to content

Commit

Permalink
Disable mocking of claim response. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
yspreen authored May 5, 2021
1 parent a44f3ca commit 77df2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DGCAWallet/Services/GatewayConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct GatewayConnection {
let status = $0.response?.statusCode,
status == 204
else {
completion?(true)
completion?(false)
return
}
completion?(true)
Expand Down

0 comments on commit 77df2a9

Please sign in to comment.