Skip to content

Commit b213296

Browse files
committed
fix syntax error
1 parent 487d139 commit b213296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AnalyticsLiveTests/Signals/SignalsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ final class TestSignals: XCTestCase {
392392
force: true,
393393
exceptionHandler: { error in
394394
XCTFail("JS Error detected: \(error.string)")
395-
},
395+
}
396396
)
397397

398398
// Set up signals with mock broadcaster to capture signals

0 commit comments

Comments
 (0)