Skip to content

Commit

Permalink
trying to trigger a SQL server build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 16, 2014
1 parent a69f371 commit 688082d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/QueryTest.php
Expand Up @@ -871,7 +871,7 @@ public function testSelectWhereUsingExpressionInField() {
$field = clone $exp;
$field->add('SELECT min(id) FROM comments');
return $exp
->eq($field, 100, 'integer');
->gt($field, 100, 'integer');
})
->execute();
$this->assertCount(0, $result);
Expand Down

0 comments on commit 688082d

Please sign in to comment.