From b85d7d72f5968f92ad5323f9882df22dd3c40402 Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Mon, 24 Jul 2023 11:00:17 +0200 Subject: [PATCH] 2023 Sole F80 integration #1576 --- tst/Devices/SoleF80Treadmill/solef80treadmilltestdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/Devices/SoleF80Treadmill/solef80treadmilltestdata.h b/tst/Devices/SoleF80Treadmill/solef80treadmilltestdata.h index 73b0b5e8d..8de01e267 100644 --- a/tst/Devices/SoleF80Treadmill/solef80treadmilltestdata.h +++ b/tst/Devices/SoleF80Treadmill/solef80treadmilltestdata.h @@ -7,7 +7,6 @@ class SoleF80TreadmillTestData : public BluetoothDeviceTestData { public: SoleF80TreadmillTestData() : BluetoothDeviceTestData("Sole F80") { - this->addDeviceName("F80", comparison::StartsWithIgnoreCase); this->addDeviceName("F65", comparison::StartsWithIgnoreCase); this->addDeviceName("S77", comparison::StartsWithIgnoreCase); this->addDeviceName("TT8", comparison::StartsWithIgnoreCase); @@ -40,6 +39,7 @@ class SoleF85TreadmillTestData : public BluetoothDeviceTestData { public: SoleF85TreadmillTestData() : BluetoothDeviceTestData("Sole F85 Treadmill") { this->addDeviceName("F85", comparison::StartsWithIgnoreCase); + this->addDeviceName("F80", comparison::StartsWithIgnoreCase); } deviceType get_expectedDeviceType() const override { return deviceType::SoleF80Treadmill; }