Skip to content

Commit

Permalink
SC QUalityGate optimization 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paypay-ayas committed Sep 23, 2020
1 parent 7e0cd34 commit 0040fe2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/WalletTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ public function testWalletBalanceWProductType()
public function testWalletBalanceWrongProduct()
{
try {
//code...
$resp = $this->client->wallet->checkWalletBalance($this->config['uaid'], 1, 'JPY',"SnakeOil");
} catch (ClientControllerException $e) {
$this->assertStringContainsString("Invalid Direct Debit Product Type",$e->getMessage());
//throw $th;
}

}
Expand Down

0 comments on commit 0040fe2

Please sign in to comment.