From 9e453d162cf2279a1cfa4213bd285d59cfdb9510 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Mon, 1 Apr 2024 00:58:53 +0530 Subject: [PATCH] run async --- test/network_tools_flutter_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/network_tools_flutter_test.dart b/test/network_tools_flutter_test.dart index 55f8c2b..babf9b5 100644 --- a/test/network_tools_flutter_test.dart +++ b/test/network_tools_flutter_test.dart @@ -1,5 +1,5 @@ import 'package:flutter_test/flutter_test.dart'; -void main() { +Future main() async { test('adds one to input values', () async {}); }