diff --git a/pkgs/matcher/test/operator_matchers_test.dart b/pkgs/matcher/test/operator_matchers_test.dart index 9fe77fbbe..7ad416385 100644 --- a/pkgs/matcher/test/operator_matchers_test.dart +++ b/pkgs/matcher/test/operator_matchers_test.dart @@ -3,8 +3,7 @@ // BSD-style license that can be found in the LICENSE file. import 'package:matcher/matcher.dart'; -import 'package:test/test.dart' - show test, group, expect, throwsArgumentError; +import 'package:test/test.dart' show test, expect, throwsArgumentError; import 'test_utils.dart';