We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfef8eb commit 3d4dc81Copy full SHA for 3d4dc81
tests/Feature/CommandTest.php
@@ -18,7 +18,7 @@ public function index_command_creates_index()
18
$this->assertTrue($this->productIndex->getElasticaIndex()->exists());
19
}
20
/** @test */
21
- public function index_command_swtiches_blue_green()
+ public function index_command_switches_blue_green()
22
{
23
$this->index($this->productIndex);
24
$activeOld = $this->productIndex->getBlueGreenActiveElasticaIndex()->getName();
0 commit comments