Skip to content

Commit

Permalink
Changed test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Nov 15, 2018
1 parent 5d7880e commit 389bc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()]));
Expand Down

0 comments on commit 389bc6e

Please sign in to comment.