Skip to content

Commit c1cb3b9

Browse files
chore: switch back to coap v1.4.1
activate test again
1 parent 0a32e9a commit c1cb3b9

2 files changed

Lines changed: 69 additions & 69 deletions

File tree

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/binding-coap/test/coap-server-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class CoapServerTest {
468468
await coapServer.stop();
469469
}
470470

471-
@test.skip async "should report allproperties excluding non-JSON properties"() {
471+
@test async "should report allproperties excluding non-JSON properties"() {
472472
const port = 5683;
473473
const coapServer = new CoapServer({ port });
474474
const servient = new Servient();

0 commit comments

Comments
 (0)