From 3cd96ba96134f159249763a15e156974089a46d1 Mon Sep 17 00:00:00 2001 From: Janez T Date: Mon, 9 Mar 2026 19:53:36 +0100 Subject: [PATCH] Fix scan command timeout --- pubspec.lock | 2 +- test/widgets/recipient_selector_sheet_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 410a849..70d0096 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -796,7 +796,7 @@ packages: description: path: "." ref: main - resolved-ref: a5098f5c242f4de8176ec8e4e0fcb82429f0cb52 + resolved-ref: "81a24ca3051d5b3de5dcb0db927b1118ed7de736" url: "https://github.com/dz0ny/meshcore_client.git" source: git version: "0.1.0" diff --git a/test/widgets/recipient_selector_sheet_test.dart b/test/widgets/recipient_selector_sheet_test.dart index 76b173e..288e02c 100644 --- a/test/widgets/recipient_selector_sheet_test.dart +++ b/test/widgets/recipient_selector_sheet_test.dart @@ -52,7 +52,7 @@ void main() { contact.publicKeyHex: 3, }, currentDestinationType: 'all', - onSelect: (_, __) {}, + onSelect: (selectedContact, destinationType) {}, ), ), ),