Skip to content

Commit

Permalink
fixing test to expect string "true" value
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtweber committed Apr 8, 2015
1 parent 6e4b255 commit f546c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Message/RefundRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testAmount()
public function testRefundApplicationFee()
{
$data = $this->request->getData();
$this->assertTrue($data['refund_application_fee']);
$this->assertEquals("true", $data['refund_application_fee']);
}

public function testSendSuccess()
Expand Down

0 comments on commit f546c25

Please sign in to comment.