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 13, 2024
1 parent 903a7de commit c8215be
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 @@ -222,7 +222,7 @@ void main() {
expect(status1, NSStreamStatus.NSStreamStatusOpen);
expect(error1, isNull);

final (count2, data2, hasBytesAvailable2, status2, error2) =
final (count2, _, hasBytesAvailable2, status2, error2) =
await read(inputStream, 10);
expect(count2, -1);
expect(hasBytesAvailable2, false);
Expand Down

0 comments on commit c8215be

Please sign in to comment.