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

Commit 0509d9f1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "There was one too much character in the UUID test."

parents 545f880c b27c16f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class BluetoothUuidTest extends TestCase {
        byte[] uuid128 = new byte[] {
                0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, (byte) 0xFF };
        assertEquals(ParcelUuid.fromString("FF0F0E0D-0C0B-0A09-0807-0060504030201"),
        assertEquals(ParcelUuid.fromString("FF0F0E0D-0C0B-0A09-0807-060504030201"),
                BluetoothUuid.parseUuidFrom(uuid128));
    }