From cb3736857f29c2ff0278855af4f9c2dd4bbda775 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 8 Oct 2022 17:04:56 +0100 Subject: [PATCH] widget tests added --- test/widget_test/converter_edit_text_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/widget_test/converter_edit_text_test.dart b/test/widget_test/converter_edit_text_test.dart index f159c7c..e45a160 100644 --- a/test/widget_test/converter_edit_text_test.dart +++ b/test/widget_test/converter_edit_text_test.dart @@ -3,7 +3,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { - testWidgets('MyWidget has a title and message', (tester) async { + testWidgets('converter edit text controls test', (tester) async { // Create the widget by telling the tester to build it. const hintText = "Test hint text"; const enterText = "some random text";