Skip to content

Commit baffa27

Browse files
sabollim-silabssilabs-borisl
authored andcommitted
GH-43: Fix armhf build failure with DBUILD_TESTING=ON
Bug-SiliconLabs: UIC-3214 Bug-GitHub: #43 Signed-off-by: Philippe Coval <[email protected]>
1 parent ec2815a commit baffa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/unify_dotdot_attribute_store/test/unify_dotdot_attribute_store_group_cluster_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static void test_group_dispatch(uint16_t group_id,
5353
TEST_ASSERT_EQUAL_STRING("{\"GroupId\": 6, \"GroupName\":\"TestGroup\"}",
5454
message);
5555
TEST_ASSERT_EQUAL(39, message_length);
56-
TEST_ASSERT_EQUAL(callback, by_unid_command_dispatch);
56+
TEST_ASSERT_EQUAL_PTR(callback, by_unid_command_dispatch);
5757
}
5858

5959
// Test functions used for the configuration the Unify Dotdot Attribute Store Component.

0 commit comments

Comments
 (0)