diff --git a/integration_test/otp_test.dart b/integration_test/otp_test.dart index b79a9d6e..0b9b8d84 100644 --- a/integration_test/otp_test.dart +++ b/integration_test/otp_test.dart @@ -111,7 +111,7 @@ void main() { await tester.shortWait(); // this writes and saves oath secret - await tester.enterText(find.byKey(secretField), "asdfasdf"); + await tester.enterText(find.byKey(secretField), 'asdfasdf'); await tester.shortWait(); await tester.tap(find.byKey(saveButton).hitTestable()); await tester.shortWait();