We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b893e commit 66b024dCopy full SHA for 66b024d
1 file changed
packages/core/test/client-test.ts
@@ -44,7 +44,7 @@ import { ThingDescription } from "wot-typescript-definitions";
44
import chaiAsPromised from "chai-as-promised";
45
import { fail } from "assert";
46
47
-const { debug } = createLoggers("core", "ClientTest");
+const { debug, info } = createLoggers("core", "ClientTest");
48
49
chaiUse(chaiAsPromised);
50
@@ -431,7 +431,7 @@ class WoTClientTest {
431
try {
432
await thing.writeProperty("aProperty", ProtocolHelpers.toWoTStream(stream));
433
} catch (error) {
434
- console.log(error);
+ info("Error writing property: " + error);
435
}
436
437
0 commit comments