You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertEqual(getWeather.getDescription(),"Return current weather of location that passed by the argument- Parameter location: location that I want to know how the weather- Returns: string of weather")
46
+
XCTAssertEqual(getWeather["description"]as?String,"Return current weather of location that passed by the argument- Parameter location: location that I want to know how the weather- Returns: string of weather")
0 commit comments