ztest: mock: Remove unused mocking dependency from BT ctrl_hci

The BT ctrl_hci test was enabling ztest mocking but never using it.

Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
Yuval Peress 2022-07-07 10:50:21 -06:00 committed by Carles Cufí
parent 8cf0feb3e2
commit 2b828f2af7
1 changed files with 0 additions and 2 deletions

View File

@ -2,5 +2,3 @@ CONFIG_TEST=y
CONFIG_ZTEST=y
CONFIG_ZTEST_ASSERT_VERBOSE=1
CONFIG_ZTEST_STACK_SIZE=4096
CONFIG_ZTEST_MOCKING=y
CONFIG_ZTEST_PARAMETER_COUNT=32