From 38e580855b864b2f1421dc9f70fecc4d2a4c8813 Mon Sep 17 00:00:00 2001 From: arzynik Date: Tue, 13 May 2014 12:47:39 -0700 Subject: [PATCH] fixed balanced test --- travis/Tests/BalancedTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/Tests/BalancedTest.php b/travis/Tests/BalancedTest.php index d5d6f59f3..10b147bc5 100644 --- a/travis/Tests/BalancedTest.php +++ b/travis/Tests/BalancedTest.php @@ -138,7 +138,7 @@ class BalancedTest extends PHPUnit_Framework_TestCase { public function testCredit() { $account = c::balanced()->createBankAccount('UNIT TEST RESTAURANT', '9900000002', '021000021', 'checking'); $res = $account->credits->create([ - 'amount' => $amount * 100 + 'amount' => 5555 ]); $this->assertTrue($res->id ? true : false); }