test - remove .only from unit tests

This commit is contained in:
kumavis 2018-05-24 15:53:06 -07:00
parent aab9691c42
commit 2b54d948da
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ describe('# Network Controller', function () {
describe('network', function () {
describe('#provider', function () {
it.only('provider should be updatable without reassignment', function () {
it('provider should be updatable without reassignment', function () {
networkController.initializeProvider(networkControllerProviderConfig)
const providerProxy = networkController.getProviderAndBlockTracker().provider
assert.equal(providerProxy.test, undefined)