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";