Skip to content

Commit

Permalink
Lazy test fix for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 4, 2015
1 parent 06eb7d3 commit 9c62d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@ public function testLeftJoinWithSelect()
->where(['tags.name' => 'tag3']);
})
->autoFields(true)
->where(['ArticlesTags.tag_id IS NOT' => null])
->where(['ArticlesTags.tag_id' => 3])
->group(['authors.id'])
->all();

Expand Down

0 comments on commit 9c62d27

Please sign in to comment.