Skip to content

Commit 93e841f

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 550879a commit 93e841f

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
@@ -52,7 +52,7 @@ void main() {
5252
});
5353

5454
test(
55-
'This test should get the current device, where the current device id is equal to the local device id',
55+
'return the current device where the current device id is equal to the local device id',
5656
() async {
5757
final secrets = await repo.get(username);
5858
final currentDeviceKey = secrets?.deviceKey;

0 commit comments

Comments
 (0)