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 fd1c5af commit 627c3f1Copy full SHA for 627c3f1
packages/auth/amplify_auth_cognito/example/integration_test/device_tracking_test.dart
@@ -259,7 +259,7 @@ void main() {
259
});
260
261
asyncTest(
262
- 'fetchCurrentDevice throws a DeviceNotTrackedException when device is forgotton.',
+ 'fetchCurrentDevice throws a DeviceNotTrackedException when device is forgotten.',
263
(_) async {
264
expect(await getDeviceState(), DeviceState.remembered);
265
await Amplify.Auth.forgetDevice();
0 commit comments