mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-19 11:37:28 +02:00
Version 3.0.290
This commit is contained in:
parent
af3c20ea1c
commit
ad3cdbcadf
231 changed files with 14555 additions and 7798 deletions
|
@ -9,7 +9,7 @@ namespace TINK.Services.BluetoothLock.Exception
|
|||
[Test]
|
||||
public void TestCtor_Unknown()
|
||||
{
|
||||
var ex = new CouldntCloseInconsistentStateExecption(LockingState.Unknown);
|
||||
var ex = new CouldntCloseInconsistentStateExecption(LockingState.UnknownFromHardwareError);
|
||||
|
||||
Assert.That(
|
||||
ex.Message,
|
||||
|
|
|
@ -9,11 +9,11 @@ namespace TINK.Services.BluetoothLock.Exception
|
|||
[Test]
|
||||
public void TestCtor_Unknown()
|
||||
{
|
||||
var ex = new CouldntOpenInconsistentStateExecption(LockingState.Unknown);
|
||||
var ex = new CouldntOpenInconsistentStateExecption(LockingState.UnknownFromHardwareError);
|
||||
|
||||
Assert.That(
|
||||
ex.Message,
|
||||
Is.EqualTo("Unexpected locking state \"Unknown\" detected after sending open command."));
|
||||
Is.EqualTo("Unexpected locking state \"UnknownFromHardwareError\" detected after sending open command."));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue