Skip to content

Commit 3d4dc81

Browse files
committed
fix typo
1 parent bfef8eb commit 3d4dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function index_command_creates_index()
1818
$this->assertTrue($this->productIndex->getElasticaIndex()->exists());
1919
}
2020
/** @test */
21-
public function index_command_swtiches_blue_green()
21+
public function index_command_switches_blue_green()
2222
{
2323
$this->index($this->productIndex);
2424
$activeOld = $this->productIndex->getBlueGreenActiveElasticaIndex()->getName();

0 commit comments

Comments
 (0)