Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Aug 16, 2018
1 parent 447dc7d commit 4c6e3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/SettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testSettingsWithReplicas()
{
$replica1 = $this->safeName('settings-mgmt_REPLICA');
$index = static::getClient()->initIndex(static::$indexes['main']);
$replica = static::getClient()->initIndex(static::$indexes['replica1']);
$replica = static::getClient()->initIndex($replica1);

$settingsWithReplicas = array_merge($this->settings, array('replicas' => array($replica1)));

Expand Down

0 comments on commit 4c6e3ec

Please sign in to comment.