Skip to content

Commit e5dc617

Browse files
committed
Fixed code-smell
1 parent 9bd7af7 commit e5dc617

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Integration/HasOneThroughTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ public function it_can_search_has_one_through_relation()
3232
$response = $this->call('GET', '/relations/hasOneThroughSearchRelation', [
3333
'columns' => [
3434
[
35-
'data' => 'heart.size',
35+
'data' => 'heart.size',
3636
'searchable' => true,
37-
'search' => [
38-
'value' => 'heart-1'
39-
]
40-
]
37+
'search' => [
38+
'value' => 'heart-1',
39+
],
40+
],
4141
],
4242
]);
4343

0 commit comments

Comments
 (0)