Skip to content

Commit

Permalink
style: run the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Nov 12, 2024
1 parent 1f36c83 commit bf691f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ubuntu_provision_test/lib/src/init_tester.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extension UbuntuInitPageTester on WidgetTester {
}

if (shouldNavigate) {
await tapNext();
await tapDone();
await pumpAndSettle();
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ubuntu_provision_test/lib/src/provision_tester.dart
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ extension UbuntuProvisionPageTester on WidgetTester {
await takeScreenshot(screenshot);
}

if (shouldNavigate) {
if (shouldNavigate) {
await tapNext();
await pumpAndSettle();
}
}
}

Future<void> testIdentityPage({
Identity? identity,
Expand Down

0 comments on commit bf691f6

Please sign in to comment.