Skip to content

Commit 6f57370

Browse files
hahnandrewEquartey
andauthored
Update packages/auth/amplify_auth_cognito_test/test/plugin/fetch_current_device_test.dart
Co-authored-by: Elijah Quartey <Equartey@users.noreply.github.com>
1 parent aa89197 commit 6f57370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/amplify_auth_cognito_test/test/plugin/fetch_current_device_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void main() {
4242
repo = plugin.stateMachine.getOrCreate<DeviceMetadataRepository>();
4343
});
4444

45-
group('Cognito GetDevice returns successfully.', () {
45+
group('should successfully', () {
4646
setUp(() async {
4747
final mockIdp = MockCognitoIdentityProviderClient(
4848
getDevice: () async => mockDeviceResponse,

0 commit comments

Comments
 (0)