Fixed broken unit test

This commit is contained in:
2022-06-28 17:45:55 +01:00
parent 9b2818ddba
commit 0066a6ebed
@@ -1027,7 +1027,7 @@ namespace Meade.net.Telescope.UnitTests
_connectionInfo.SameDevice = 2;
_telescope.Connected = true;
ConnectTelescope();
_sharedResourcesWrapperMock.Verify(x => x.SendChar("P", false), Times.Never);
_sharedResourcesWrapperMock.Verify(x => x.IsLongFormat, Times.Once);