diff --git a/pkgs/objective_c/test/ns_input_stream_test.dart b/pkgs/objective_c/test/ns_input_stream_test.dart index 02aa75238..ca91f613e 100644 --- a/pkgs/objective_c/test/ns_input_stream_test.dart +++ b/pkgs/objective_c/test/ns_input_stream_test.dart @@ -134,7 +134,7 @@ void main() { while (true) { final (count, data, hasBytesAvailable, status, error) = await read(inputStream, 6); - + print('${(count, data, hasBytesAvailable, status, error)}'); readData.addAll(data); expect(error, isNull);