Skip to content

Commit

Permalink
tests: notifications add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mplexus committed Jan 14, 2016
1 parent 140e76a commit 2a83739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/PaymentNotificationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function testNotificationRetrieve($notification_existing)
$notification = PaymentNotification::retrieve($token);

$this->assertNotificationProperties($notification);
$this->assertEquals($notification->token, $token);
}

/**
Expand Down

0 comments on commit 2a83739

Please sign in to comment.