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

Commit 3812519b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "audio VTS: Update SetConnectedStateInvalidDeviceAddress"

parents c8459b7a 4993240b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,9 +53,9 @@ static const DeviceAddress& getInvalidDeviceAddress() {

TEST_P(AudioHidlDeviceTest, SetConnectedStateInvalidDeviceAddress) {
    doc::test("Check that invalid device address is rejected by IDevice::setConnectedState");
    EXPECT_RESULT(Result::INVALID_ARGUMENTS,
    EXPECT_RESULT(invalidArgsOrNotSupported,
                  getDevice()->setConnectedState(getInvalidDeviceAddress(), true));
    EXPECT_RESULT(Result::INVALID_ARGUMENTS,
    EXPECT_RESULT(invalidArgsOrNotSupported,
                  getDevice()->setConnectedState(getInvalidDeviceAddress(), false));
}