Skip to content

Commit

Permalink
From MonetaryAccount to MonetaryAccountBank. #67
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 9, 2017
1 parent fd3ccb0 commit 368acee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Model/Generated/Object/NotificationUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NotificationUrlTest extends BunqSdkTestBase
const GET_CHAT_MESSAGE_ANNOUNCEMENT = 'getChatMessageAnnouncement';
const GET_DRAFT_PAYMENT = 'getDraftPayment';
const GET_MASTER_CARD_ACTION = 'getMasterCardAction';
const GET_MONETARY_ACCOUNT_BANK = 'getMonetaryAccount';
const GET_MONETARY_ACCOUNT_BANK = 'getMonetaryAccountBank';

/**
* Assertion errors.
Expand Down Expand Up @@ -87,10 +87,9 @@ public function testBunqMeTabModel()
$this->executeTest(self::JSON_PATH_BUNQ_ME_TAB_MODEL, BunqMeTab::class, self::GET_BUNQ_ME_TAB);
}


/**
*/
public function testGetMonetaryAccount()
public function testGetMonetaryAccountModel()
{
$this->executeTest(
self::JSON_PATH_MONETARY_ACCOUNT_BANK_MODEL,
Expand Down

0 comments on commit 368acee

Please sign in to comment.