Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Dec 17, 2019
1 parent 1cb8b80 commit 7790a26
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 @@ -3,7 +3,7 @@ const ganache = require('ganache-cli');
const pify = require('pify');
const Web3 = require('./helpers/test.utils').getWeb3();

describe.only('subscription connect/reconnect', function() {
describe('subscription connect/reconnect', function() {
let server;
let web3;
let accounts;
Expand Down

0 comments on commit 7790a26

Please sign in to comment.