Added unit tests for SiteLongitude

This commit is contained in:
2019-05-02 13:00:52 +01:00
parent c2ecb1891c
commit d1b3f5718f
2 changed files with 71 additions and 4 deletions
@@ -243,7 +243,7 @@ namespace ASCOM.MeadeAutostar497.Controller
var result = SerialPort.CommandChar($":Sg{d:000}*{m:00}#");
if (result != '1')
throw new InvalidOperationException("Failed to set site Longitude.");
throw new InvalidOperationException("Failed to set site longitude.");
}
}