| Index: test/client/stream_test.dart
|
| diff --git a/test/client/stream_test.dart b/test/client/stream_test.dart
|
| index 6942ff7682b2779599d87318fe205f939cc68eb9..20b21bde030f1e550bc269172ff6c05afc22f9ad 100644
|
| --- a/test/client/stream_test.dart
|
| +++ b/test/client/stream_test.dart
|
| @@ -6,7 +6,7 @@ library json_rpc_2.test.client.stream_test;
|
|
|
| import 'dart:async';
|
|
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;
|
|
|
| import 'utils.dart';
|
|
|