From 568f663a6c11e8d3f78dd9afab20ad370f5f6266 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 24 Oct 2024 23:08:48 +0200 Subject: [PATCH] typo on tests --- tests/specs/ioc/config/BinderTest.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/specs/ioc/config/BinderTest.cfc b/tests/specs/ioc/config/BinderTest.cfc index e12ac2ed5..6666c309e 100755 --- a/tests/specs/ioc/config/BinderTest.cfc +++ b/tests/specs/ioc/config/BinderTest.cfc @@ -516,7 +516,7 @@ config.reset(); config.mapDirectory( packagePath = "coldbox.test-harness.models", include = "ioc.*" ); - assertTrue( structCount( config.getMappings ) gte 2 ); + assertTrue( structCount( config.getMappings() ) gte 2 ); config.reset();