Update sunricher.ts #31941
Annotations
2 errors
ci
Process completed with exit code 1.
|
test/modernExtend.test.ts > ModernExtend > ledvanceLight({configureReporting: true, endpoints: {'l1': 10, 'l2': 11, 's1': 25}, ota: true}):
test/utils.ts#L159
AssertionError: expected 2nd "spy" call to have been called with [ 'genLevelCtrl', [ { …(4) } ] ]
- Expected
+ Received
[
"genLevelCtrl",
[
{
"attribute": "currentLevel",
"maximumReportInterval": 65000,
- "minimumReportInterval": 10,
+ "minimumReportInterval": 5,
"reportableChange": 1,
},
],
]
❯ test/utils.ts:159:53
❯ assertDefinition test/utils.ts:158:50
❯ test/modernExtend.test.ts:291:9
|