We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56ff8c commit 0ef2ca7Copy full SHA for 0ef2ca7
spec/taglibSpec.js
@@ -6,7 +6,7 @@ var assert = require('assert'),
6
vows.describe('taglib bindings')
7
.addBatch({
8
'opening UTF-8 Path': {
9
- topic: Taglib.tagSync(__dirname + '/sample-with-ütf.mp3'),
+ topic: Taglib.tagSync(__dirname + '/sample-with-ütf.mp3'),
10
'should be a `Tag`': function(tag) {
11
assert.equal(Taglib.Tag, tag.constructor);
12
}
0 commit comments