From 888911aaa98eacdf887ed23b2d4c284342e81582 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:25:06 -0500 Subject: [PATCH] spelling: can Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/comm/test_ams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/comm/test_ams.c b/tests/fw/comm/test_ams.c index e1728386..823a4d17 100644 --- a/tests/fw/comm/test_ams.c +++ b/tests/fw/comm/test_ams.c @@ -133,7 +133,7 @@ void test_ams__discover_of_ams_should_subscribe_to_entity_update_characteristic( // Pass in 2 instances, it should be able to cope with this prv_discover_ams(2 /* num_instances */); - // Assert ams.c can now handle the characteristic reference for the first instance: + // Assert ams.c can handle the characteristic reference for the first instance: prv_assert_can_handle_characteristics(0, true /* expect_can_handle */); // Assert ams.c can not handle the characteristic reference for the second instance: