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 731ed1b commit b719ccfCopy full SHA for b719ccf
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