@@ -39,7 +39,7 @@ public BluetoothGattDescriptorAssert hasPermissions(@BluetoothGattDescriptorPerm
   public BluetoothGattDescriptorAssert hasUuid(UUID uuid) {
     isNotNull();
     UUID actualUuid = actual.getUuid();
-    assertThat(uuid) //
+    assertThat(actualUuid) //
         .overridingErrorMessage("Expected UUID <%s> but was <%s>.", uuid, actualUuid) //
         .isEqualTo(uuid);
     return this;