Skip to content

Commit

Permalink
Update spec/UtilSpec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Arlt <[email protected]>
  • Loading branch information
gavinr-maps and patrickarlt authored Sep 28, 2023
1 parent 5fa87e2 commit 7d6e700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/UtilSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const metadata = {
};

describe('Util', function () {
it('should include the token in the sprite URL when the the URL does not start with http', function () {
it('should include the token in the sprite URL when the sprite URL is realative and the style URL starts with https', function () {
const spriteUrl = '../sprites/sprite';
const token = 'asdf';
const styleUrl =
Expand Down

0 comments on commit 7d6e700

Please sign in to comment.