Skip to content

Commit

Permalink
Fix matter lock test broken by lua libs update (#1889)
Browse files Browse the repository at this point in the history
Add parameter to a test case in test_matter_lock_codes.lua to resolve a
test case issue introduced by a recent lua libs change.
  • Loading branch information
nickolas-deboom authored Jan 22, 2025
1 parent a8aa597 commit a8db39b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ test.register_message_test(
nil, -- creator_fabric_index
nil, -- last_modified_fabric_index
20, -- next_credential_index
nil, -- credential_data
im.InteractionResponse.Status.FAILURE
),
},
Expand Down

0 comments on commit a8db39b

Please sign in to comment.