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) {}, ), ), ),