Skip to content

Commit 9fe4012

Browse files
committed
fixed test warning
1 parent 32da3d8 commit 9fe4012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/AnalyticsLiveTests/Signals/SignalsTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ final class TestSignals: XCTestCase {
305305
]
306306
let networkData = NetworkSignal.NetworkData(action: .response, url: URL(string: "https://example.com/proudcts/1"), body: body, contentType: "application/json", method: nil, status: 200, requestId: "1234")
307307
let networkSignal = NetworkSignal(data: networkData)
308+
Signals.emit(signal: networkSignal)
308309

309310
let interactionSignal = InteractionSignal(component: "button", title: "Add to cart")
310311
Signals.emit(signal: interactionSignal)

0 commit comments

Comments
 (0)