diff --git a/test-harness/tests/specs/unit/URLServiceTest.cfc b/test-harness/tests/specs/unit/URLServiceTest.cfc index 59746be..7fb5d73 100644 --- a/test-harness/tests/specs/unit/URLServiceTest.cfc +++ b/test-harness/tests/specs/unit/URLServiceTest.cfc @@ -1,12 +1,10 @@ component extends="coldbox.system.testing.BaseTestCase" { - - function beforeAll(){ super.beforeAll(); - try{ + try { variables.envUtil = new coldbox.system.core.delegates.Env(); - } catch( any e ){ + } catch ( any e ) { // Coldbox 6 variables.envUtil = new coldbox.system.core.util.Util(); }