Fixed broken unit test
This commit is contained in:
@@ -1027,7 +1027,7 @@ namespace Meade.net.Telescope.UnitTests
|
|||||||
|
|
||||||
_connectionInfo.SameDevice = 2;
|
_connectionInfo.SameDevice = 2;
|
||||||
|
|
||||||
_telescope.Connected = true;
|
ConnectTelescope();
|
||||||
|
|
||||||
_sharedResourcesWrapperMock.Verify(x => x.SendChar("P", false), Times.Never);
|
_sharedResourcesWrapperMock.Verify(x => x.SendChar("P", false), Times.Never);
|
||||||
_sharedResourcesWrapperMock.Verify(x => x.IsLongFormat, Times.Once);
|
_sharedResourcesWrapperMock.Verify(x => x.IsLongFormat, Times.Once);
|
||||||
|
|||||||
Reference in New Issue
Block a user