Update IssuanceServiceTests.swift
This commit is contained in:
Родитель
f6ed1c4ebf
Коммит
76cefe2d40
|
@ -112,7 +112,7 @@ class IssuanceServiceTests: XCTestCase {
|
|||
let expec = self.expectation(description: "Fire")
|
||||
let response = IssuanceCompletionResponse(wasSuccessful: false,
|
||||
withState: "testState",
|
||||
andDetails: IssuanceCompletionErrorDetails.issuanceError)
|
||||
andDetails: IssuanceCompletionErrorDetails.issuanceServiceError)
|
||||
service.sendCompletionResponse(for: response, to: "test.com").done {
|
||||
response in
|
||||
XCTFail()
|
||||
|
|
Загрузка…
Ссылка в новой задаче