Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Nov 8, 2024
1 parent 5d530f2 commit 2dcef1e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ final class ExperimentCohortsManagerTests: XCTestCase {
experimentCohortsManager.removeCohort(for: subfeatureName1)

// THEN

if let remainingData = mockStore.dataSaved {
let decoder = JSONDecoder()
let experiments = try? decoder.decode(Experiments.self, from: remainingData)
Expand Down Expand Up @@ -288,7 +287,7 @@ class MockExperimentDataStore: ExperimentDataStoring {
func data(forKey defaultName: String) -> Data? {
dataToReturn
}

func set(_ value: Any?, forKey defaultName: String) {
dataSaved = value as? Data
}
Expand Down

0 comments on commit 2dcef1e

Please sign in to comment.