From 82c4e89519d4829394f1ae69775d5cb2da1030e0 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Tue, 12 Nov 2024 20:07:11 +0530 Subject: [PATCH] fix tests --- integration_test/app_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/app_test.dart b/integration_test/app_test.dart index 896caf6..8b6ef8e 100644 --- a/integration_test/app_test.dart +++ b/integration_test/app_test.dart @@ -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',