From dfe53edd2f39d2d714a4f526424809917c1a8126 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 21 Sep 2021 03:18:36 -0700 Subject: [PATCH] TokenConsistencyTest - Fix assertion This is a new/recent assertion. Not passing. Looks different from other/similar assertions. --- 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 92e45f6202..a4e0348a62 100644 --- a/tests/phpunit/CRM/Utils/TokenConsistencyTest.php +++ b/tests/phpunit/CRM/Utils/TokenConsistencyTest.php @@ -509,7 +509,7 @@ December 21st, 2007 ]); $tokens['{domain.id}'] = 'Domain ID'; $tokens['{domain.description}'] = 'Domain Description'; - $tokens['domain.now'] = 'Current time/date'; + $tokens['{domain.now}'] = 'Current time/date'; $this->assertEquals($tokens, $tokenProcessor->listTokens()); } -- 2.25.1