diff --git a/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs b/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs index 10a722ae..f86f10c1 100644 --- a/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs +++ b/Testing/UnitTests/Tests/Helpers/WeatherHelperTests.cs @@ -22,7 +22,8 @@ public class WeatherHelperTests long timestamp, int expectedHour, int expectedMinute, - int expectedSecond) + int expectedSecond + ) { var timeOutput = _weatherHelper.GetInRaidTime(timestamp);