Skip to content

Commit

Permalink
fixup! fix: fix error handling within ThingDiscovery class
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 6, 2024
1 parent f058053 commit deba3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/discovery_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ void main() {
(event) {
counter++;
},
onError: (error, stackTrace) async {},
onError: (error) async {},
onDone: () {
expect(counter, 0);
expect(thingDiscoveryProcess.done, true);
Expand Down

0 comments on commit deba3a5

Please sign in to comment.