Skip to content

Commit 79a09b2

Browse files
committed
Some fixes
1 parent eb5a5a6 commit 79a09b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/index-test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
'use strict';
22
const assert = require('chai').assert;
3-
describe('index.js', function () {
4-
it('can be required', function () {
3+
describe('index.js', function() {
4+
it('can be required', function( ) {
55
require('../.');
66
});
7-
it('has init', function () {
7+
it('has init', function( ){
88
var res = require('../.');
99
assert.ok(res.init);
1010
});
11-
it('init on mainnet', function () {
11+
it('init on mainnet', function(){
1212
var client = require('../.');
1313
assert.ok(client.init(null, 'mainnet'));
1414
});

0 commit comments

Comments
 (0)