Skip to content

Commit

Permalink
Fix stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed May 21, 2016
1 parent 84ee19e commit ada56c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiple_queues_spec.js
Expand Up @@ -63,7 +63,7 @@ describe('multiple queues', function ()
expect(info.single).to.equal(get_single);
}
expect(info.path.lastIndexOf(msg_dir, 0)).to.equal(0);
expect(info.fname.lastIndexOf('foo@', 0)).to.equal(0);
expect(info.fname.lastIndexOf(new Buffer('foo').toString('hex') + '@', 0)).to.equal(0);

checksum += sum(data);

Expand Down

0 comments on commit ada56c5

Please sign in to comment.