Skip to content

Commit ecca735

Browse files
committed
fix fake url protocol
1 parent 74ac885 commit ecca735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/AmplitudeTests/Supports/FakeURLProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class FakeURLProtocol: URLProtocol {
8080

8181
self.client?.urlProtocolDidFinishLoading(self)
8282

83-
print("FakeURLProtocol: Finished loading \(url)")
83+
print("FakeURLProtocol: Finished loading \(url), response: \(mockResponse)")
8484
}
8585
}
8686

0 commit comments

Comments
 (0)