Skip to content

Commit b8e5668

Browse files
author
Artem Parhomenko
committed
get rid of mention of hashes
1 parent 598132f commit b8e5668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ test('urls with postfixes', function(t) {
118118
};
119119

120120
clearResults('test/result/copy-copy-with-hashes.css', 'test/result/imported');
121-
compareFixtures(t, 'should proper process urls with hashes', rebaserOptions, postcssOptions);
121+
compareFixtures(t, 'should proper process urls with postfixes', rebaserOptions, postcssOptions);
122122
t.end();
123123
});

0 commit comments

Comments
 (0)