Skip to content

Commit dc5cc1f

Browse files
committed
Update tests.
1 parent 43afefb commit dc5cc1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Tests/EchoTests/EchoTests.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,12 @@ final class EchoTests: XCTestCase {
193193

194194
XCTFail()
195195
} catch {
196+
if let webServiceError = error as? WebServiceError {
197+
print(webServiceError.statusCode)
198+
}
199+
196200
print(error.localizedDescription)
197-
201+
198202
XCTAssert(true)
199203
}
200204
}

0 commit comments

Comments
 (0)