diff --git a/tests/ClientTest.php b/tests/ClientTest.php index 8d73d5c..fb11ab0 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -130,7 +130,7 @@ public function testCaOption() * * @return void */ - public function testPreserveCase() + public function testPreserveCaseOption() { $bitcoind = new BitcoinClient(['preserve_case' => true]); $bitcoind->setClient($this->mockGuzzle([$this->getBlockResponse()]));