Skip to content

Commit

Permalink
finds count updated
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Jan 18, 2025
1 parent c6df96f commit c90d27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/dns/lookup/lookup_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void main() {

await tester.pumpAndSettle(const Duration(seconds: 2));

expect(find.byType(AdaptiveListTile), findsExactly(3));
expect(find.byType(AdaptiveListTile), findsExactly(7));
});
});
}

0 comments on commit c90d27a

Please sign in to comment.