Skip to content

Commit

Permalink
fixing error in zcl-loader-consecutive test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhchandw committed Sep 23, 2024
1 parent 52bad94 commit bc462e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/zcl-loader-consecutive.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ test(
expect(x.length).toEqual(41)

x = await queryZcl.selectAllStrings(db, jsonPackageId)
expect(x.length).toEqual(5)
expect(x.length).toEqual(4)

x = await queryStruct.selectAllStructs(db, jsonPackageId)
expect(x.length).toEqual(54)
Expand Down

0 comments on commit bc462e6

Please sign in to comment.