Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Jul 19, 2021
1 parent cf21b19 commit 6e6461c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Search/SearchRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public function test_array_casting_with_min_score(): void
'query' => [
'match_all' => new stdClass(),
],
'min_score' => 0.5
'min_score' => 0.5,
], $request->toArray());
}
}

0 comments on commit 6e6461c

Please sign in to comment.