Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 21, 2024
1 parent 8f857ef commit 843d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testMavenMappings.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="data-provider-inte

var mavenMatcher = new update.services.legacy.MavenMatcher();
for (var mapping in mappings ){
systemOutput( "checking #mappings[mappings].toJson()#", true );
systemOutput( "checking #mapping.toJson()#", true );
meta = mavenMatcher.getMatch( mapping, "latest" );
systemOutput( meta.toJson(), true );
}
Expand Down

0 comments on commit 843d268

Please sign in to comment.