Skip to content

Commit

Permalink
Fixed invalid constant. #67
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 10, 2017
1 parent b50f138 commit 0993c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Model/Generated/Object/NotificationUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ public function testMasterCardAction()
public function testChatMessageAnnouncementModel()
{
$this->executeTest(
self::JSON_PATH_CHAT_MESSAGE_MODEL,
self::JSON_PATH_CHAT_MESSAGE_ANNOUNCEMENT_MODEL,
ChatMessageAnnouncement::class,
self::GET_CHAT_MESSAGE
self::GET_CHAT_MESSAGE_ANNOUNCEMENT
);
}

Expand Down

0 comments on commit 0993c93

Please sign in to comment.