Skip to content

Commit c32e0e9

Browse files
committed
Enable previously failing assertion.
1 parent 9a14f7d commit c32e0e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

integTests/ForecastDailyTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ public function testWindMetric()
120120

121121
$this->assertEquals('Moscow', $forecast->city->name);
122122
$this->assertEquals('RU', $forecast->city->country);
123-
/*
124-
This assertion fails right now because the Daily Forecase XML provides
125-
the city ID as 'geobaseid' attribute, not as 'id' in Current Weather.
126123
$this->assertEquals(524901, $forecast->city->id);
127-
*/
128124
$this->assertEquals('37.615555', $forecast->city->lon);
129125
$this->assertEquals('55.75222', $forecast->city->lat);
130126

0 commit comments

Comments
 (0)