Skip to content

Commit

Permalink
chore: update comment, fix accidential cmd f change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Jun 28, 2022
1 parent 7af06b3 commit cdc2a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import 'package:flutter_test/flutter_test.dart';
const authenticatorKey = Key('authenticator_app');
final authenticatorFinder = find.byKey(authenticatorKey);

/// Authenticator Test App, using Amplify and Auth stubs
/// Authenticator Test App, using Amplify and Auth stubs.
class AuthenticatorApp extends StatefulWidget {
const AuthenticatorApp({
Key? key,
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_authenticator/test/ui/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AuthenticatorGoldenComparator extends LocalFileComparator {
}
if (!result.passed) {
safePrint(
'D1 tolerable difference of ${result.diffPercent * 100}% was found when '
'A tolerable difference of ${result.diffPercent * 100}% was found when '
'comparing $golden.',
);
}
Expand Down

0 comments on commit cdc2a7d

Please sign in to comment.