Skip to content

Commit

Permalink
Update test to match newer clean-css output
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Sep 5, 2023
1 parent f75eecd commit c74c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-tests/minify-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('ember-cli-clean-css', function () {
);
assert.strictEqual(
content,
'body{background:#ff8c00}.hello{font-family:sans-serif;font-size:40px;margin-top:30px;text-align:center;background-image:url(images/foo.png)}'
`body{background:#ff8c00}.hello{font-family:sans-serif;font-size:40px;margin-top:30px;text-align:center;background-image:url('images/foo.png')}`
);
});
});
Expand Down

0 comments on commit c74c09e

Please sign in to comment.