Commit 6275d759 authored by Jason Simmons's avatar Jason Simmons

Remove an unused variable from input_test

parent 3154d55e
...@@ -105,7 +105,6 @@ void main() { ...@@ -105,7 +105,6 @@ void main() {
test('Selection remains valid', () { test('Selection remains valid', () {
testWidgets((WidgetTester tester) { testWidgets((WidgetTester tester) {
GlobalKey inputKey = new GlobalKey(); GlobalKey inputKey = new GlobalKey();
String inputValue;
Widget builder() { Widget builder() {
return new Center( return new Center(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment