Skip to content

Commit

Permalink
fixing expect to account for external storage part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Oct 4, 2023
1 parent cac5865 commit 3905ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gen-matter-4.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ test(
expect(ept).toContain('#define GENERATED_CLUSTER_COUNT 81')
expect(ept).toContain('#define ZAP_FIXED_ENDPOINT_DATA_VERSION_COUNT 79')
expect(ept).toContain('#define ATTRIBUTE_SINGLETONS_SIZE (37)')
expect(ept).toContain('#define ATTRIBUTE_MAX_SIZE (3998)')
expect(ept).toContain('#define ATTRIBUTE_MAX_SIZE (3988)')
expect(ept).toContain('#define FIXED_ENDPOINT_COUNT (4)')
expect(ept).toContain(
'#define FIXED_ENDPOINT_ARRAY { 0x0000, 0x0001, 0x0002, 0xFFFE }'
Expand Down

0 comments on commit 3905ebd

Please sign in to comment.