We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e2fc8 commit 349ae46Copy full SHA for 349ae46
extras/test/src/test_publishOnChange.cpp
@@ -21,7 +21,7 @@ SCENARIO("An Arduino cloud property is published on value change", "[ArduinoClou
21
CloudInt test = 10;
22
int const DELTA = 6;
23
24
- addPropertyToContainer(property_container, test, "test", Permission::ReadWrite).publishOnChange(DELTA);
+ addPropertyToContainer(property_container, test, "test", Permission::ReadWrite).publishOnChange(DELTA,0);
25
26
WHEN("test = 10, delta = 6, the property is encoded for the 1st time") {
27
THEN("The property should be encoded") {
0 commit comments