Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 21, 2024
1 parent 1e943df commit 1de505c
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 @@ -11,7 +11,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="data-provider-inte
describe( "check all maven mapping are valid", function() {
it(title="check each maven mapping resolves", body=function(){
var mappings = fileRead("/update/services/legacy/mavenMappings.json");
expect( isJons( mappings) ).toBeTrue();
expect( isJson( mappings) ).toBeTrue();
mappings = deserializeJSON( mappings );
var meta = "";

Expand Down

0 comments on commit 1de505c

Please sign in to comment.