Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Mar 18, 2022
1 parent 22a806e commit 62d797e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/src/cli/flutter_cli_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,6 @@ void main() {
verify(
() => logger.write(any(that: contains('+1: All tests passed!'))),
).called(1);
expect(
File(p.join(testDirectory.path, '.test_runner.dart')).existsSync(),
isFalse,
);
});

test('completes when there is a test directory (recursive)', () async {
Expand Down

0 comments on commit 62d797e

Please sign in to comment.