Skip to content

Commit 627c3f1

Browse files
committed
fix: edit test suite title
1 parent fd1c5af commit 627c3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/amplify_auth_cognito/example/integration_test/device_tracking_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void main() {
259259
});
260260

261261
asyncTest(
262-
'fetchCurrentDevice throws a DeviceNotTrackedException when device is forgotton.',
262+
'fetchCurrentDevice throws a DeviceNotTrackedException when device is forgotten.',
263263
(_) async {
264264
expect(await getDeviceState(), DeviceState.remembered);
265265
await Amplify.Auth.forgetDevice();

0 commit comments

Comments
 (0)