From 9af4256dd723b19de703344ca944a99de19261f4 Mon Sep 17 00:00:00 2001 From: Bart Vermeulen Date: Wed, 7 Dec 2022 20:16:55 +0100 Subject: [PATCH] Forgot to delete 3 lines from my own project --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9880dfe..30cccdc 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,7 @@ part 'gherkin_suite_test.g.dart'; featurePaths: ['integration_test/features/**.feature'], executionOrder: ExecutionOrder.sequential) Future main() async { - if (Config().restoreDatabase) { - await MakeSnapshotCommand().action(null); - } + var configuration = FlutterTestConfiguration( reporters: [ TestRunSummaryReporter(),