Skip to content

Commit

Permalink
Fixing telemetry test
Browse files Browse the repository at this point in the history
  • Loading branch information
javrudsky committed May 31, 2024
1 parent 4d22caa commit c03f8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SplitTests/Integration/Recorder/TelemetryTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class TelemetryTest: XCTestCase {
splitDatabase = TestingHelper.createTestDatabase(name: "ready_from_cache_test")
// To allow firing ready from cache
splitDatabase.splitDao.insertOrUpdate(split: TestingHelper.buildSplit(name: splitName, treatment: "t1"))
splitDatabase.generalInfoDao.update(info: .flagsSpec, stringValue: "1.1")

session = HttpSessionMock()
reqManager = HttpRequestManagerTestDispatcher(dispatcher: buildTestDispatcher(),
Expand Down

0 comments on commit c03f8fb

Please sign in to comment.