🧪 Test
continuous-integration/drone/push Build is failing Details

WORK-KMO2
Antoine PEREDERII 1 year ago
parent defcea05b0
commit 0e31f3c155

@ -248,7 +248,7 @@ namespace UnitTestsModel
Console.WriteLine(result);
Assert.Equal($"Activity #1: Running on {date:d/M/yyyy} from {date.AddHours(1):HH:mm:ss} to {date.AddHours(2):HH:mm:ss} with an effort of 3/5 and an average temperature of 25,5°C and a heart rate variability of 0,5 bpm and a variance of 0,3 bpm and a standard deviation of 0,2 bpm and an average of 150 bpm and a maximum of 180 bpm and a minimum of 120 bpm and auto pause is disabled.", result);
Assert.Equal($"Activity #1: Running on {date:d/M/yyyy} from {date.AddHours(1):HH:mm:ss} to {date.AddHours(2):HH:mm:ss} with an effort of 3/5 and an average temperature of 25.5°C and a heart rate variability of 0,5 bpm and a variance of 0,3 bpm and a standard deviation of 0,2 bpm and an average of 150 bpm and a maximum of 180 bpm and a minimum of 120 bpm and auto pause is disabled.", result);
}
}
}

@ -35,7 +35,7 @@ namespace Model.Tests
var result = dataSource.ToString();
Assert.Equal("DataSource #0: Type Model with a precision of 0,1", result);
Assert.Equal("DataSource #0: Type Model with a precision of 0.1", result);
}
}
}

Loading…
Cancel
Save