Skip to content

Commit f8e36ec

Browse files
committed
more test
1 parent 550358f commit f8e36ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/IndexTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ public function blue_green()
6666
$this->assertFalse($this->customerIndex->hasBlueGreenIndices());
6767
$this->expectException(BlueGreenIndicesIncorrectlySetupException::class);
6868
$this->customerIndex->getBlueGreenActiveElasticaIndex();
69+
$this->customerIndex->getBlueGreenInactiveElasticaIndex();
6970
}
7071
}

0 commit comments

Comments
 (0)