Skip to content

Commit dba8677

Browse files
committed
Fix getId tests
1 parent daf3288 commit dba8677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Database/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ public function testGetIndexLimit()
16831683

16841684
public function testGetId()
16851685
{
1686-
$this->assertEquals(13, strlen($this->getDatabase()->getId()));
1686+
$this->assertEquals(20, strlen($this->getDatabase()->getId()));
16871687
$this->assertEquals(13, strlen($this->getDatabase()->getId(0)));
16881688
$this->assertEquals(13, strlen($this->getDatabase()->getId(-1)));
16891689
$this->assertEquals(23, strlen($this->getDatabase()->getId(10)));

0 commit comments

Comments
 (0)