Skip to content

Commit

Permalink
fix test for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kay committed Dec 1, 2014
1 parent 884f033 commit 507be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Builder/Traits/WhereTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function testException()
$class = new FinalWhereTrait();
$this->setExpectedException(
'RuntimeException',
'You can only use orWhere after specifying a where clause'
'You can only use andWhere and orWhere after specifying a where clause'
);
$class->orWhere();
}
Expand Down

0 comments on commit 507be97

Please sign in to comment.