Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jun 15, 2016
1 parent abc0a9e commit 5d6e0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_spec.js
Expand Up @@ -2660,7 +2660,7 @@ describe('qlobber-fsq', function ()

if (streams.length === 1)
{
this.publish('foo', 'bar2', function (err)
fsq2.publish('foo', 'bar2', function (err)
{
if (err) { done(err); }
});
Expand Down

0 comments on commit 5d6e0c4

Please sign in to comment.