Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed Nov 6, 2018
1 parent d6236d1 commit b9230b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TronTest.php
Expand Up @@ -27,8 +27,8 @@ public function test_setAddress()
$tron = new Tron(); $tron = new Tron();
$tron->setAddress(self::ADDRESS_HEX); $tron->setAddress(self::ADDRESS_HEX);


$this->assertEquals($tron->getAddress(),self::ADDRESS_HEX); $this->assertEquals($tron->getAddress()['hex'],self::ADDRESS_HEX);
$this->assertEquals($tron->fromHex($tron->getAddress()), self::ADDRESS_BASE58); $this->assertEquals($tron->getAddress()['base58'], self::ADDRESS_BASE58);
} }


public function test_setDefaultBlock() public function test_setDefaultBlock()
Expand Down

0 comments on commit b9230b0

Please sign in to comment.