We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ac885 commit ecca735Copy full SHA for ecca735
1 file changed
Tests/AmplitudeTests/Supports/FakeURLProtocol.swift
@@ -80,7 +80,7 @@ class FakeURLProtocol: URLProtocol {
80
81
self.client?.urlProtocolDidFinishLoading(self)
82
83
- print("FakeURLProtocol: Finished loading \(url)")
+ print("FakeURLProtocol: Finished loading \(url), response: \(mockResponse)")
84
}
85
86
0 commit comments