Skip to content

Commit d46e2c1

Browse files
committed
update Auth plugin name
1 parent f798743 commit d46e2c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginAuthIntegrationTests/AWSDataStoreCategoryPluginAuthIntegrationTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class AWSDataStoreCategoryPluginAuthIntegrationTests: XCTestCase {
4343

4444
try Amplify.add(plugin: AWSDataStorePlugin(modelRegistration: SocialNoteModelRegistration()))
4545
try Amplify.add(plugin: AWSAPIPlugin())
46-
try Amplify.add(plugin: AWSAuthPlugin())
46+
try Amplify.add(plugin: AWSCognitoAuthPlugin())
4747
let amplifyConfig = try TestConfigHelper.retrieveAmplifyConfiguration(forResource: amplifyConfigurationFile)
4848
try Amplify.configure(amplifyConfig)
4949

@@ -135,6 +135,6 @@ class AWSDataStoreCategoryPluginAuthIntegrationTests: XCTestCase {
135135
/// - The other user signs in, sync engine is started and does a full sync
136136
/// - The other user is able to retrieve the owner's note
137137
func testOwnerCreatedDataCanBeReadByOtherUsersForReadableModel() {
138-
138+
139139
}
140140
}

AmplifyPlugins/DataStore/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ target "HostApp" do
3939
inherit! :complete
4040

4141
pod 'AmplifyPlugins/AWSAPIPlugin', :path => '../../'
42-
pod 'AmplifyPlugins/AWSAuthPlugin', :path => '../../'
42+
pod 'AmplifyPlugins/AWSCognitoAuthPlugin', :path => '../../'
4343
end
4444
end

0 commit comments

Comments
 (0)