Skip to content

Commit 1d31603

Browse files
committed
Update spec
1 parent b138911 commit 1d31603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/ConsentViewController_ExampleTests/SPErrorSpec.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SPErrorSpec: QuickSpec {
6161

6262
describe("ConnectionTimeOutError") {
6363
it("has spCode: connection_timeout") {
64-
expect(ConnectionTimeOutError(url: nil, timeout: nil).spCode).to(equal("sp_metric_connection_timeout"))
64+
expect(ConnectionTimeOutError(url: nil, timeout: nil, campaignType: .unknown).spCode).to(equal("sp_metric_connection_timeout"))
6565
}
6666
}
6767

0 commit comments

Comments
 (0)