Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 22, 2023
1 parent d30831a commit 0e68843
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ void testClient(Client client) {
server.close();
});

test('large single item stream', timeout: const Timeout.factor(2),
() async {
test('large single item stream', () async {
// This tests that `CUPHTTPStreamToNSInputStreamAdapter` correctly
// handles calls to `read:maxLength:` where the maximum length
// is smaller than the amount of data in the buffer.
Expand Down

0 comments on commit 0e68843

Please sign in to comment.