Skip to content

Commit

Permalink
Address removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKo7v committed Feb 22, 2017
1 parent 47a6d1a commit 33401f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Ethplorer/Api_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ public function testGetTokenHistory_OK(){
$this->checkArray($aResult, $aMandatoryFields);
$this->assertEquals(5, count($aResult['operations']));
// Check Max Limit
$testAddress = '0x6b9b275da653e270c0ad462a0e3dcd9906719fdc';
$aResult = $this->rq($cmd, $testAddress, array('apiKey' => 'freekey', 'limit' => 500));
$aMandatoryFields = array('operations');
$this->checkArray($aResult, $aMandatoryFields);
Expand Down

0 comments on commit 33401f4

Please sign in to comment.