We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c19bd commit f4f3db7Copy full SHA for f4f3db7
1 file changed
tests/Service/TileTest.php
@@ -30,6 +30,6 @@ public function testTile()
30
31
$this->assertInstanceOf(ServiceResponse::class, $response);
32
$this->assertTrue($response->isOK());
33
- $this->assertSame(1273121, strlen($response->getResponse()));
+ $this->assertSame(1380574, strlen($response->getResponse()));
34
}
35
-}
+}
0 commit comments