We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa89197 commit 6f57370Copy full SHA for 6f57370
packages/auth/amplify_auth_cognito_test/test/plugin/fetch_current_device_test.dart
@@ -42,7 +42,7 @@ void main() {
42
repo = plugin.stateMachine.getOrCreate<DeviceMetadataRepository>();
43
});
44
45
- group('Cognito GetDevice returns successfully.', () {
+ group('should successfully', () {
46
setUp(() async {
47
final mockIdp = MockCognitoIdentityProviderClient(
48
getDevice: () async => mockDeviceResponse,
0 commit comments