Skip to content

Commit 0dfb5fc

Browse files
ppryga-nordiccarlescufi
authored andcommitted
tests: Bluetooth: cte_req: Enable not used test case
There was a test case that was never executed. It was not added to a test suite in test_main. The commit adds the test case. Signed-off-by: Piotr Pryga <[email protected]>
1 parent d6dc5bd commit 0dfb5fc

File tree

1 file changed

+1
-1
lines changed
  • tests/bluetooth/controller/ctrl_cte_req/src

1 file changed

+1
-1
lines changed

tests/bluetooth/controller/ctrl_cte_req/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ void test_main(void)
16101610
test_central_local_cte_req_wait_for_phy_update_complete_and_disable, setup,
16111611
unit_test_noop),
16121612
ztest_unit_test_setup_teardown(
1613-
test_peripheral_local_cte_req_wait_for_phy_update_complete, setup,
1613+
test_central_local_cte_req_wait_for_phy_update_complete, setup,
16141614
unit_test_noop),
16151615
ztest_unit_test_setup_teardown(
16161616
test_central_local_phy_update_wait_for_cte_req_complete, setup,

0 commit comments

Comments
 (0)