From: Tim Otten Date: Tue, 21 Sep 2021 10:18:36 +0000 (-0700) Subject: TokenConsistencyTest - Fix assertion X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dfe53edd2f39d2d714a4f526424809917c1a8126;p=civicrm-core.git TokenConsistencyTest - Fix assertion This is a new/recent assertion. Not passing. Looks different from other/similar assertions. --- 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()); }