We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9d760 commit 97e0026Copy full SHA for 97e0026
test/binding_coap/binding_coap_test.dart
@@ -50,9 +50,9 @@ void main() {
50
expect(defaultClientFactory.coapConfig, null);
51
expect(defaultClientFactory.init(), true);
52
53
+ final coapClient = await defaultClientFactory.createClient();
54
55
await coapClient.start();
- final coapClient = await defaultClientFactory.createClient();
56
57
await coapClient.stop();
58
0 commit comments