We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf3288 commit dba8677Copy full SHA for dba8677
1 file changed
tests/Database/Base.php
@@ -1683,7 +1683,7 @@ public function testGetIndexLimit()
1683
1684
public function testGetId()
1685
{
1686
- $this->assertEquals(13, strlen($this->getDatabase()->getId()));
+ $this->assertEquals(20, strlen($this->getDatabase()->getId()));
1687
$this->assertEquals(13, strlen($this->getDatabase()->getId(0)));
1688
$this->assertEquals(13, strlen($this->getDatabase()->getId(-1)));
1689
$this->assertEquals(23, strlen($this->getDatabase()->getId(10)));
0 commit comments