update tests/core/connection/ble/connection_ble_manager_test.cpp.

Signed-off-by: 夏文腾 <xiawenteng@huawei.com>
This commit is contained in:
夏文腾 2024-05-25 06:16:09 +00:00 committed by Gitee
parent 0b30e9d7a3
commit bf56df9296
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -162,7 +162,7 @@ public:
g_bleInterface = ConnInitBle(&connectCb);
ASSERT_NE(g_bleInterface, NULL);
}
void TearDown() override
void TearDown() override
{
LooperDeinit();
}