We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b138911 commit 1d31603Copy full SHA for 1d31603
Example/ConsentViewController_ExampleTests/SPErrorSpec.swift
@@ -61,7 +61,7 @@ class SPErrorSpec: QuickSpec {
61
62
describe("ConnectionTimeOutError") {
63
it("has spCode: connection_timeout") {
64
- expect(ConnectionTimeOutError(url: nil, timeout: nil).spCode).to(equal("sp_metric_connection_timeout"))
+ expect(ConnectionTimeOutError(url: nil, timeout: nil, campaignType: .unknown).spCode).to(equal("sp_metric_connection_timeout"))
65
}
66
67
0 commit comments