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

Commit f7d990df authored by Harry Cutts's avatar Harry Cutts Committed by Android (Google) Code Review
Browse files

Merge "uinput: add missing version ID assertion" into main

parents 822b127b c9a252cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -455,7 +455,7 @@ public class EvemuParserTest {
        assertThat(regEvent.getBus()).isEqualTo(0x001d);
        assertThat(regEvent.getVendorId()).isEqualTo(0x6cb);
        assertThat(regEvent.getProductId()).isEqualTo(0x0000);
        // TODO(b/302297266): check version ID once it's supported
        assertThat(regEvent.getVersionId()).isEqualTo(0x0000);

        assertThat(regEvent.getConfiguration().get(UinputControlCode.UI_SET_PROPBIT.getValue()))
                .asList().containsExactly(0, 2);