Merge pull request #17706 from demeritcowboy/mysql-ssl-alt
[civicrm-core.git] / tests / phpunit / api / v3 / GrantTest.php
index 5ff88410506a62190eb635b4811e8c48fc937c74..d0c3707606408b68b6ccfd35bc7a860d0cc3d4ba 100644 (file)
@@ -31,7 +31,7 @@ class api_v3_GrantTest extends CiviUnitTestCase {
       'contact_id' => $this->ids['contact'][0],
       'application_received_date' => 'now',
       'decision_date' => 'next Monday',
-      'amount_total' => '500',
+      'amount_total' => '500.00',
       'status_id' => 1,
       'rationale' => 'Just Because',
       'currency' => 'USD',