Skip to content

Commit

Permalink
Update test/eth.subscribe.ganache.js
Browse files Browse the repository at this point in the history
Co-Authored-By: cgewecke <christophergewecke@gmail.com>
  • Loading branch information
nivida and cgewecke authored Feb 20, 2020
1 parent a805a27 commit 3ab0779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eth.subscribe.ganache.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe('subscription connect/reconnect', function () {
});
});

it('errors when the provider is not set (.on("error"))', function (done) {
it('errors when the provider does not support subscriptions (.on("error"))', function (done) {
web3 = new Web3('http://localhost:' + port);

web3.eth
Expand Down

0 comments on commit 3ab0779

Please sign in to comment.