Skip to content

Commit

Permalink
php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Velhron committed Jul 9, 2020
1 parent fbdb872 commit 2075a0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Service/DadataSuggestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public function testFindDelivery(): void
$this->assertEquals('3100400100000', $result[0]->kladrId);
$this->assertEquals('01929', $result[0]->boxberryId);
$this->assertEquals('196006461', $result[0]->dpdId);

}

public function testFindParty(): void
Expand Down Expand Up @@ -227,6 +226,5 @@ public function testFindFias(): void

$this->assertEquals('г Москва, ул Снежная', $result[0]->value);
$this->assertEquals('77000000000268400', $result[0]->kladrId);

}
}

0 comments on commit 2075a0d

Please sign in to comment.