From: demeritcowboy Date: Wed, 1 Sep 2021 15:07:13 +0000 (-0400) Subject: created and modified are backwards X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=741569f422eb343c0ab2eff912b27cf901066117;p=civicrm-core.git created and modified are backwards --- diff --git a/tests/phpunit/CRM/Utils/TokenConsistencyTest.php b/tests/phpunit/CRM/Utils/TokenConsistencyTest.php index bae1d43e1e..edb7ada39f 100644 --- a/tests/phpunit/CRM/Utils/TokenConsistencyTest.php +++ b/tests/phpunit/CRM/Utils/TokenConsistencyTest.php @@ -74,8 +74,8 @@ July 26th, 2021 case details Ongoing No -' . $this->case['modified_date'] . ' ' . $this->case['created_date'] . ' +' . $this->case['modified_date'] . ' '; }