Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 12, 2024
1 parent ede13f5 commit 82c4e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void main() {
await tester.tap(portScanButton);
await tester.pumpAndSettle(const Duration(seconds: 4));
await tester.pump();
expect(find.byType(AdaptiveListTile), findsAny);
expect(find.byType(AdaptiveListTile), findsNothing);
});

testWidgets('port scan returns open port for popular domains',
Expand Down

0 comments on commit 82c4e89

Please sign in to comment.