Skip to content

Commit

Permalink
2023 Sole F80 integration #1576
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jul 24, 2023
1 parent 32cb3b9 commit b85d7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/Devices/SoleF80Treadmill/solef80treadmilltestdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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; }
Expand Down

0 comments on commit b85d7d7

Please sign in to comment.