More unit tests fixed

This commit is contained in:
2021-01-17 18:04:24 +00:00
parent 1297b5eb78
commit 58992c2947
2 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -1550,7 +1550,7 @@ namespace ASCOM.Meade.net
/// <summary>
/// convert a HH:MM.T (classic LX200 RA Notation) string to a double hours. T is the decimal part of minutes which is converted into seconds
/// </summary>
public double HMToHours(String hm)
public double HMToHours(string hm)
{
String[] token = hm.Split('.');
if (token.Length == 2)