We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ccd242 + dec7291 commit b77b16aCopy full SHA for b77b16a
1 file changed
packages/binding-coap/test/coap-server-test.ts
@@ -598,14 +598,13 @@ class CoapServerTest {
598
});
599
600
await coapServer.stop();
601
- await servient.shutdown();
602
}
603
604
@test async "should reject unsupported methods for meta operations"() {
605
const coapServer = new CoapServer();
606
const servient = new Servient();
607
608
- await coapServer.start(servient);
+ await coapServer.start(new Servient());
609
610
const testThingWithoutForms = new ExposedThing(servient, {
611
title: "Test",
@@ -634,6 +633,5 @@ class CoapServerTest {
634
633
635
636
637
638
639
0 commit comments