Skip to content

Bump up version to 5.3.0

53f15ca
Select commit
Loading
Failed to load commit list.
Merged

Swift 6 #158

Bump up version to 5.3.0
53f15ca
Select commit
Loading
Failed to load commit list.
Xcode Cloud / DatWeatherDoe | Tests | Test - macOS required action Nov 16, 2024 in 4m 23s

3 test failures

Report Summary
Errors 0
Test Failures 3
Analysis Issues 0
Warnings 0

Details

3 Test Failures

Details

  ConfigManagerTests.testDefaultWeatherSourceText() | DatWeatherDoeTests/Config/ConfigManagerTests.swift:41
      XCTAssertEqual failed: ("Optional("")") is not equal to ("nil")
  WeatherURLBuilderTests.testBuild() | DatWeatherDoeTests/API/Repository/WeatherURLBuilderTests.swift:14
      XCTAssertEqual failed: ("Optional("https://api.weatherapi.com/v1/forecast.json?key=123456&aqi=yes&q=42.0,42.0&dt=2024-11-16")") is not equal to ("Optional("https://api.weatherapi.com/v1/forecast.json?key=123456&aqi=no&q=42.0,42.0&dt=2024-11-16")")
  ConfigManagerTests.testWeatherSourceTextSaved() | DatWeatherDoeTests/Config/ConfigManagerTests.swift:45
      XCTAssertEqual failed: ("Optional("")") is not equal to ("nil")