Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcopley committed Sep 29, 2024
1 parent a733ec1 commit b7b260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-harness/tests/specs/CBWIRESpec.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ component extends="coldbox.system.testing.BaseTestCase" {
var event = this.get( "tests.requestassets" );
var html = event.getRenderedContent();
var beforeHead = left( html, findNoCase( "</head>", html )-1 );
expect( beforeHead ).toInclude( "<link rel=""stylesheet"" type=""text/css"" href=""https://cdn.jsdelivr.net/npm/pikaday/css/pikaday.css"">" );
expect( beforeHead ).toInclude( "https://cdn.jsdelivr.net/npm/pikaday/css/pikaday.css" );
} );

} );
Expand Down

0 comments on commit b7b260b

Please sign in to comment.