Skip to content

Commit

Permalink
Merge pull request #755 from MarathonLabs/fix/ios-test-bundle-identifier
Browse files Browse the repository at this point in the history
fix(ios): reuse apple test bundle identifier
  • Loading branch information
Malinskiy authored Feb 19, 2023
2 parents 57515f5 + 5d60303 commit 48c3c9f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ val AppleVendor = module {
}
single<TestParser?> { AppleTestParser(get(), get(), get()) }
single<MarathonLogConfigurator> { AppleLogConfigurator(get()) }
single<TestBundleIdentifier?> { AppleTestBundleIdentifier() }
single<AppleTestBundleIdentifier> { AppleTestBundleIdentifier() }

val appleTestBundleIdentifier = AppleTestBundleIdentifier()
single<TestBundleIdentifier?> { appleTestBundleIdentifier }
single<AppleTestBundleIdentifier> { appleTestBundleIdentifier }
}

0 comments on commit 48c3c9f

Please sign in to comment.