Skip to content

Commit

Permalink
fixed test case in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
tschellenbach committed Dec 10, 2014
1 parent 2fdf936 commit b4e49f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('Stream client', function () {
});
}
// a dash should be allowed
client.feed('flat1', '2-3');
client.feed('flat1', '2-3', 'token');
done();
});

Expand Down

0 comments on commit b4e49f2

Please sign in to comment.