mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 20:16:30 +02:00
Version 3.0.370
This commit is contained in:
parent
f5cf9bb22f
commit
bdb2dec1c1
233 changed files with 10252 additions and 6779 deletions
|
@ -1,4 +1,4 @@
|
|||
using NUnit.Framework;
|
||||
using NUnit.Framework;
|
||||
using TINK.Model.Bikes.BikeInfoNS.BluetoothLock;
|
||||
|
||||
namespace TINK.Services.BluetoothLock.Exception
|
||||
|
@ -13,7 +13,7 @@ namespace TINK.Services.BluetoothLock.Exception
|
|||
|
||||
Assert.That(
|
||||
ex.Message,
|
||||
Is.EqualTo("Lock reports unknown bold position."));
|
||||
Is.EqualTo("Lock reports unknown bold position. Lock could be closed or open. Please try again or contact customer support."));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using NUnit.Framework;
|
||||
using NUnit.Framework;
|
||||
using TINK.Model.Bikes.BikeInfoNS.BluetoothLock;
|
||||
|
||||
namespace TINK.Services.BluetoothLock.Exception
|
||||
|
@ -13,7 +13,7 @@ namespace TINK.Services.BluetoothLock.Exception
|
|||
|
||||
Assert.That(
|
||||
ex.Message,
|
||||
Is.EqualTo("Unexpected locking state \"UnknownFromHardwareError\" detected after sending open command."));
|
||||
Is.EqualTo("Unexpected locking state \"UnknownFromHardwareError\" detected after sending open command. Please try again or contact customer support."));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue