Skip to content

Commit

Permalink
Update ns_input_stream_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Sep 28, 2024
1 parent b3965ff commit 0f683a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/objective_c/test/ns_input_stream_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0f683a4

Please sign in to comment.