diff --git a/Tests/UnleashProxyClientSwiftTests/PollerTests.swift b/Tests/UnleashProxyClientSwiftTests/PollerTests.swift index d4d2a65..c2347b8 100644 --- a/Tests/UnleashProxyClientSwiftTests/PollerTests.swift +++ b/Tests/UnleashProxyClientSwiftTests/PollerTests.swift @@ -240,7 +240,9 @@ final class PollerTests: XCTestCase { refreshInterval: 0, unleashUrl: unleashUrl, apiKey: apiKey, - session: MockPollerSession() + session: MockPollerSession(), + appName: appName, + connectionId: connectionId ) XCTAssertNil(poller.timer, "Timer should not be initialized when refreshInterval is zero")