Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and StyleCIBot committed Oct 31, 2017
1 parent a194f5d commit 6c8cf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Search/SearchTest.php
Expand Up @@ -191,7 +191,7 @@ public function testAddAggregations()

$this->assertInstanceOf(AggregationCollection::class, $this->search->getAggregations());

$this->assertEquals([
$this->assertEquals([
'query' => ['match_all' => []],
'aggs' => [
'name1' => [
Expand Down

0 comments on commit 6c8cf6b

Please sign in to comment.