Skip to content

Commit b719ccf

Browse files
committed
fixup! chore(core): make createClient async
1 parent 731ed1b commit b719ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/binding_coap/binding_coap_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ void main() {
5050
expect(defaultClientFactory.coapConfig, null);
5151
expect(defaultClientFactory.init(), true);
5252

53+
final coapClient = await defaultClientFactory.createClient();
5354

5455
await coapClient.start();
55-
final coapClient = await defaultClientFactory.createClient();
5656

5757
await coapClient.stop();
5858

0 commit comments

Comments
 (0)