diff --git a/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts b/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts index 9064560eefb..60926267074 100644 --- a/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts +++ b/packages/amplify-e2e-tests/src/schema-api-directives/tests/auth-owner11.ts @@ -1,8 +1,16 @@ /* eslint-disable */ -import { addApi, amplifyPushWithoutCodegen, updateAuthAddUserGroups, getAmplifyFlutterConfig } from '@aws-amplify/amplify-e2e-core'; -import { signInUser, getConfiguredAppsyncClientCognitoAuth, setupUser, getUserPoolId } from '@aws-amplify/amplify-e2e-core'; -import { updateSchemaInTestProject, testMutations, testQueries, testSubscriptions } from '../common'; +import { + addApi, + amplifyPushWithoutCodegen, + getAmplifyFlutterConfig, + getConfiguredAppsyncClientCognitoAuth, + getUserPoolId, + setupUser, + signInUser, + updateAuthAddUserGroups, +} from '@aws-amplify/amplify-e2e-core'; import Amplify from 'aws-amplify'; +import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common'; const GROUPNAME = 'Admin'; const USERNAME = 'user1';