Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47b05b57 authored by Kevin Rocard's avatar Kevin Rocard Committed by android-build-merger
Browse files

Merge "Audio VTS: Always check for Result::isOk()" into pie-vts-dev am: 2070f8b0 am: 3af66411

am: 1a684e29

Change-Id: I4e62224eda7a1b824b54356a72f9be3d2c218c81
parents 14f327b8 1a684e29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1470,6 +1470,7 @@ TEST_F(AudioPrimaryHidlTest, setBtHfpVolume) {
        "Make sure setBtHfpVolume is either not supported or "
        "only succeed if volume is in [0,1]");
    auto ret = device->setBtHfpVolume(0.0);
    ASSERT_TRUE(ret.isOk());
    if (ret == Result::NOT_SUPPORTED) {
        doc::partialTest("setBtHfpVolume is not supported");
        return;