From 741569f422eb343c0ab2eff912b27cf901066117 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 1 Sep 2021 11:07:13 -0400 Subject: [PATCH] created and modified are backwards --- tests/phpunit/CRM/Utils/TokenConsistencyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] . ' '; } -- 2.25.1