Skip to content

Commit

Permalink
read() API for buffer and file should be the same
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Apr 28, 2012
1 parent ac39161 commit 98f15e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/buffersSpec.js
Expand Up @@ -11,7 +11,7 @@ vows.describe('taglib bindings: Buffers')
var resolver = function(buffer) {
return 'mp3';
}
Taglib.readBuffer(contents, [resolver], this.callback);
Taglib.read(contents, [resolver], this.callback);
},

'should not error': function(err, tag, props) {
Expand Down

0 comments on commit 98f15e0

Please sign in to comment.