Skip to content
代码片段 群组 项目
提交 1e97e65a 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

One enum was removed from green-power.xml test file, so adjust the unit test for that.

上级 bc81c392
No related branches found
No related tags found
无相关合并请求
......@@ -60,7 +60,7 @@ test('test zcl data loading in memory', () => {
.then(() => queryZcl.selectAllDomains(db))
.then((x) => expect(x.length).toEqual(20))
.then(() => queryZcl.selectAllEnums(db))
.then((x) => expect(x.length).toEqual(206))
.then((x) => expect(x.length).toEqual(205))
.then(() => queryZcl.selectAllStructs(db))
.then((x) => expect(x.length).toEqual(50))
.then(() => queryZcl.selectAllBitmaps(db))
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册