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

Commit 77dc0f35 authored by Shilika Gehlot's avatar Shilika Gehlot Committed by Gerrit Code Review
Browse files

Merge "Updating testGattConnect_fromIrkScan test to verify bt device's...

Merge "Updating testGattConnect_fromIrkScan test to verify bt device's advertising address instead of identity address" into main
parents 126408b9 fd3e84ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@ public class DckGattTest() {
        // Verify correct scan result as prerequisite
        val scanResult = scanResultCaptor.firstValue
        assertThat(scanResult).isNotNull()
        assertThat(scanResult.device.identityAddress).isEqualTo(TEST_ADDRESS_RANDOM_STATIC)
        assertThat(scanResult.device.address).isEqualTo(TEST_ADDRESS_RANDOM_STATIC)

        // Verify successful GATT connection
        val device = scanResult.device