Skip to content

Commit

Permalink
Fixing name of expected exception in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woxxy committed Jan 24, 2015
1 parent dd42dfc commit 4ec1495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/classes/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function testMultiQuery()
}

/**
* @expectedException Foolz\SphinxQL\Drivers\ConnectionException
* @expectedException Foolz\SphinxQL\Drivers\DatabaseException
*/
public function testQueryThrowsException()
{
Expand Down

0 comments on commit 4ec1495

Please sign in to comment.