| Index: pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| index ddaa6a5559a6ae9265775ccaec8c60524aa9ef72..e0fa33f1cfc4cb17a012ee988366c89b1da96c48 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| @@ -4168,7 +4168,6 @@ class A {
|
| }''');
|
| await computeSuggestions();
|
|
|
| - assertSuggestConstructor('A',
|
| - defaultArgListString: 'bar, baz: null');
|
| + assertSuggestConstructor('A', defaultArgListString: 'bar, baz: null');
|
| }
|
| }
|
|
|