Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Apr 23, 2021
1 parent c14117f commit e09e405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Extenders/FilterByFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testArrayHasSearchedKey($values): void
$this->assertSame(
$values['expected'],
$result->toArray(),
'Error '.$values['key'].' - '.$values['value']
'Error '. $values['value']
);
}

Expand Down

0 comments on commit e09e405

Please sign in to comment.