| Index: test/server/batch_test.dart
|
| diff --git a/test/server/batch_test.dart b/test/server/batch_test.dart
|
| index 7dda84f345f3946b5975c6efa13ea97dd19d99ed..f92a3cf04908677f85d3ff3762184034ffe60307 100644
|
| --- a/test/server/batch_test.dart
|
| +++ b/test/server/batch_test.dart
|
| @@ -70,7 +70,7 @@ void main() {
|
| {'jsonrpc': '2.0', 'method': 'foo'},
|
| {'jsonrpc': '2.0', 'method': 'id', 'params': ['value']},
|
| {'jsonrpc': '2.0', 'method': 'arg', 'params': {'arg': 'value'}}
|
| - ]), completion(isNull));
|
| + ]), doesNotComplete);
|
| });
|
|
|
| test('returns an error if the batch is empty', () {
|
|
|