Skip to content

Commit 62d797e

Browse files
committed
tweak
1 parent 22a806e commit 62d797e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/src/cli/flutter_cli_test.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,6 @@ void main() {
576576
verify(
577577
() => logger.write(any(that: contains('+1: All tests passed!'))),
578578
).called(1);
579-
expect(
580-
File(p.join(testDirectory.path, '.test_runner.dart')).existsSync(),
581-
isFalse,
582-
);
583579
});
584580

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

0 commit comments

Comments
 (0)