Skip to content

Commit

Permalink
test: adjust Reader fixture test names
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 15, 2013
1 parent 94a8488 commit 84f8f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/reader.js
Expand Up @@ -32,7 +32,7 @@ describe('Reader', function () {
r.end(data);
});

describe('4EverFloyd-1-8192.mp3', function () {
describe('fixtures: 4EverFloyd-1-8192.mp3', function () {
var metaint = 8192;
var fixture = path.resolve(__dirname, 'fixtures', '4EverFloyd-1-8192.mp3');

Expand All @@ -52,7 +52,7 @@ describe('Reader', function () {

});

describe('4EverFloyd-2-8192.mp3', function () {
describe('fixtures: 4EverFloyd-2-8192.mp3', function () {
var metaint = 8192;
var fixture = path.resolve(__dirname, 'fixtures', '4EverFloyd-2-8192.mp3');

Expand Down

0 comments on commit 84f8f3b

Please sign in to comment.