Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Nov 18, 2024
1 parent 21acda1 commit 88bc8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/example/integration_test/app_start_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void main() async {

await tester.pumpAndSettle();

final envelope = transport.envelopes.first;
final envelope = transport.envelopes.last;
expect(envelope.items[0].header.type, "transaction");
expect(await envelope.items[0].header.length(), greaterThan(0));

Expand Down

0 comments on commit 88bc8a5

Please sign in to comment.