Skip to content

Commit d5b0d64

Browse files
committed
Enable Oracle inconsistency test
1 parent 09187a5 commit d5b0d64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/JoinSqlTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ public function testJoinSaving2(): void
139139

140140
$this->db->connection->dsql()->table('contact')->where('id', 2)->delete();
141141

142-
if ($this->getDatabasePlatform() instanceof OraclePlatform) { // TODO
143-
$this->markTestIncomplete('TODO - for some reasons, result below has one different key');
144-
}
145-
146142
$m_u2->unload();
147143
$m_u2 = $m_u->createEntity();
148144
$m_u2->set('name', 'Sue');

0 commit comments

Comments
 (0)