Skip to content

Commit f4f3db7

Browse files
authored
Update expected response length in TileTest
1 parent 41c19bd commit f4f3db7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Service/TileTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ public function testTile()
3030

3131
$this->assertInstanceOf(ServiceResponse::class, $response);
3232
$this->assertTrue($response->isOK());
33-
$this->assertSame(1273121, strlen($response->getResponse()));
33+
$this->assertSame(1380574, strlen($response->getResponse()));
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)