diff --git a/test/src/cli/flutter_cli_test.dart b/test/src/cli/flutter_cli_test.dart index ee9ff3b5..bfde7844 100644 --- a/test/src/cli/flutter_cli_test.dart +++ b/test/src/cli/flutter_cli_test.dart @@ -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 {