Skip to content

Commit

Permalink
whoops fix user stream test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttezel committed Apr 24, 2014
1 parent e91ea25 commit c68b770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/user-stream.js
Expand Up @@ -13,8 +13,10 @@ function checkFriendsMsg (friendsMsg) {
}

describe('user events', function () {
var twit;

before(function () {
var twit = new Twit(config1);
twit = new Twit(config1);
});

it('friends', function (done) {
Expand Down

0 comments on commit c68b770

Please sign in to comment.