From b89d4997dcd28b0a6ab2112cc75ff0bca57739d6 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 12 Nov 2020 12:16:19 -0600 Subject: [PATCH] acf 2016 fix on semicolons --- test-harness/tests/specs/BCryptTests.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-harness/tests/specs/BCryptTests.cfc b/test-harness/tests/specs/BCryptTests.cfc index 22453d3..b96f882 100644 --- a/test-harness/tests/specs/BCryptTests.cfc +++ b/test-harness/tests/specs/BCryptTests.cfc @@ -9,7 +9,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" { function beforeAll(){ super.beforeAll(); - variables.passwordTestString = "F}766dVr7XzdEa2<>!%&^%$##@!)( * )/|\" + variables.passwordTestString = "F}766dVr7XzdEa2<>!%&^%$##@!)( * )/|\"; } // executes after all suites+specs in the run() method