update hdf/audio/idl/benchmarktest/adapter/audio_adapter_benchmarktest.cpp.

Signed-off-by: hechunrui <hechunrui@huawei.com>
This commit is contained in:
hechunrui 2024-03-16 02:49:25 +00:00 committed by Gitee
parent cfe2831e20
commit f3b456b48c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -285,7 +285,7 @@ BENCHMARK_F(AudioAdapterBenchmarkTest, GetDeviceStatus)(benchmark::State &state)
for (auto _ : state) {
ret = adapter_->GetDeviceStatus(adapter_, &status);
EXPECT_EQ(HDF_SUCCESS, ret);
EXPECT_EQ(HDF_SUCCESS, ret);
}
}