Skip to content

Commit

Permalink
Fix build after rc-swift rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jan 16, 2025
1 parent cd088cf commit 61265ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ConfigExperimentOrigTests: XCTestCase {
dbManager = ConfigDBManagerFake()
experimentController = ExperimentControllerFake()
configExperiment = ConfigExperiment(
DBManager: dbManager,
dbManager: dbManager,
experimentController: experimentController
)
}
Expand All @@ -53,7 +53,7 @@ class ConfigExperimentOrigTests: XCTestCase {

// Initializer will load experiment from table.
let configExperiment = ConfigExperiment(
DBManager: dbManager,
dbManager: dbManager,
experimentController: ExperimentController.sharedInstance()
)

Expand Down

0 comments on commit 61265ab

Please sign in to comment.