| Index: pkg/analysis_server/test/analysis_server_test.dart
|
| diff --git a/pkg/analysis_server/test/analysis_server_test.dart b/pkg/analysis_server/test/analysis_server_test.dart
|
| index f66479f6b34785dfcacc1889714301f1257271e3..60a49847e17f0ac865efbf49b6fcf938c4b0964c 100644
|
| --- a/pkg/analysis_server/test/analysis_server_test.dart
|
| +++ b/pkg/analysis_server/test/analysis_server_test.dart
|
| @@ -41,7 +41,7 @@ main() {
|
| // analysis.
|
| return pumpEventQueue().then((_) {
|
| List<Notification> notifications = helper.channel.notificationsReceived;
|
| - expect(notifications, isNot(isEmpty));
|
| + expect(notifications, isNotEmpty);
|
| // expect at least one notification indicating analysis is in progress
|
| expect(notifications.any((Notification notification) {
|
| if (notification.event == SERVER_STATUS) {
|
|
|