From 1a148e4edf3a27afbc0944429c1ebb6e2599b832 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 2 Jun 2020 19:05:28 +0530 Subject: Adds comment for test case --- test/main_test.dart | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/main_test.dart b/test/main_test.dart index f3c9ca1..c20781e 100644 --- a/test/main_test.dart +++ b/test/main_test.dart @@ -4,6 +4,8 @@ import 'package:owyn/pages/Home.dart'; import 'package:owyn/pages/Apps.dart'; void main() { + // TODO: Uncomment once this is released -> https://github.com/flutter/flutter/pull/57287 + //testWidgets('Should render with no errors', (WidgetTester tester) async { //await tester.pumpWidget(MyApp()); //await tester.pump(); -- cgit v1.3.1