Skip to content

Commit

Permalink
chore: removed explicit storeProvider creation from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
falconandy committed Jul 19, 2023
1 parent c889b60 commit 9cabbde
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ final class RemnantDataMigrationTests: XCTestCase {
let configuration = Configuration(
apiKey: apiKey,
instanceName: instanceName,
storageProvider: PersistentStorage(storagePrefix: "\(instanceName)-default"),
identifyStorageProvider: PersistentStorage(storagePrefix: "\(instanceName)-identify"),
migrateLegacyData: migrateLegacyData
)
let amplitude = Amplitude(configuration: configuration)
Expand Down

0 comments on commit 9cabbde

Please sign in to comment.