Skip to content

Commit

Permalink
typo on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Oct 24, 2024
1 parent 26a917b commit 568f663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/ioc/config/BinderTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 568f663

Please sign in to comment.