Skip to content

Commit 20e3526

Browse files
committed
Improved tests
1 parent 3359c48 commit 20e3526

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/eth-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const assert = require('chai').assert;
33
const init = require('../.').init;
44
describe('proxy', function() {
5-
xit('eth.getminedblocks', function(done){
5+
it('eth.getminedblocks', function(done){
66
var api = init();
77
var txlist = api.account.getminedblocks('0x9dd134d14d1e65f84b706d6f205cd5b1cd03a46b');
88
txlist.then(function(res){

test/proxy-test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)