single quotation fix

This commit is contained in:
Joakim Troëng 2024-02-06 11:09:10 +01:00
parent 701dfe62f0
commit b49ac0bb4e

View File

@ -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();