Skip to content

Commit 53f4ffd

Browse files
committed
Remove comment
1 parent b6ac173 commit 53f4ffd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/e2e/Adapter/Scopes/DocumentTests.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,11 +1845,6 @@ public function testFindByInternalID(array $data): void
18451845
]);
18461846
$this->assertEquals(1, count($documents));
18471847

1848-
/**
1849-
* Test getSequence returns '' Postgres bindParam issue on empty string
1850-
* Hack in convertQueries to change $sequence empty string from '' => '0'
1851-
* We should not use this fix and use structure validations, or change using not querying on empty string
1852-
*/
18531848
$empty = new Document();
18541849
$this->assertEquals('0', $empty->getSequence());
18551850

0 commit comments

Comments
 (0)