Skip to content

Commit

Permalink
Fix data test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 7, 2024
1 parent 3b4c6a4 commit f7776d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void testDataTaskWithCompletionHandler(URLSession session) {
}).resume();
await c.future;

expect(data, null);
expect(data!.length, 0);
expect(
response,
isA<HTTPURLResponse>()
Expand Down

0 comments on commit f7776d9

Please sign in to comment.