We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c356a commit 54c9943Copy full SHA for 54c9943
Tests/Segment-Tests/Analytics_Tests.swift
@@ -304,7 +304,8 @@ final class Analytics_Tests: XCTestCase {
304
}
305
306
func testFlush() {
307
- let analytics = Analytics(configuration: Configuration(writeKey: "test"))
+ // Use a specific writekey to this test so we do not collide with other cached items.
308
+ let analytics = Analytics(configuration: Configuration(writeKey: "testFlush_do_not_reuse_this_writekey"))
309
310
waitUntilStarted(analytics: analytics)
311
0 commit comments