Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Mar 20, 2017
1 parent 330f9ee commit 62d0a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ColumnSortableTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function testSortableAs()
* @expectedException \Exception
* @expectedExceptionCode 0
*/
public function testSortableQueryJoinBuilderThrowsExeption()
public function testSortableQueryJoinBuilderThrowsException()
{
$query = $this->user->hasMany(Profile::class)->newQuery();
$relation = $query->getRelation('profile');
Expand Down

0 comments on commit 62d0a33

Please sign in to comment.