Skip to content

Commit

Permalink
fix patrol_develop_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 27, 2023
1 parent ab55a6e commit d7ec3ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/cli_tests/patrol_develop_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ void main(List<String> args) async {
Timer? inactivityTimer;
final output = StringBuffer();

final exampleAppDirectory = io.Directory(
join('..', '..', 'packages', 'patrol', 'example'),
);
final exampleAppDirectory = io.Directory(join('..', 'e2e_app'));
final exampleTestFile = io.File(
join(exampleAppDirectory.path, 'integration_test', 'example_test.dart'),
);
Expand Down

0 comments on commit d7ec3ac

Please sign in to comment.