Skip to content

Commit 7bde41c

Browse files
committed
Fixing tests for PostGreSQL
1 parent aded694 commit 7bde41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TDBMServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ public function testFindObjectsFromSqlHierarchyUp()
757757
'users',
758758
'login LIKE :login OR login LIKE :login2',
759759
array('login' => 'robert.marley', 'login2' => 'bill.shakespeare'),
760-
'login DESC',
760+
'users.login DESC',
761761
null,
762762
TDBMObject::class
763763
);

0 commit comments

Comments
 (0)