Update IssuanceServiceTests.swift

This commit is contained in:
sydneymorton 2021-07-15 14:02:37 -07:00
Родитель f6ed1c4ebf
Коммит 76cefe2d40
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()