Skip to content

Commit

Permalink
Add new to correct test (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimaore authored and rexxars committed Sep 14, 2018
1 parent 5209cc1 commit 82d38b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eventsource_test.js
Expand Up @@ -478,7 +478,7 @@ describe('HTTP Request', function () {
server.close(done)
})

EventSource(server.url)
new EventSource(server.url)
})
})

Expand Down

0 comments on commit 82d38b0

Please sign in to comment.