From f291fbfcbcaaf27f0bd8ce4ec1ade7525e485166 Mon Sep 17 00:00:00 2001 From: Alena Sviridenko Date: Thu, 27 Jun 2024 10:32:12 +0200 Subject: [PATCH] Update widget_test.dart --- test/widget_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/widget_test.dart b/test/widget_test.dart index 1b38848..dcebee3 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -4,7 +4,6 @@ // utility that Flutter provides. For example, you can send tap and scroll // gestures. You can also use WidgetTester to find child widgets in the widget // tree, read text, and verify that the values of widget properties are correct. -// test comment import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart';