Skip to content

Commit 1c48d99

Browse files
committed
[test] Comment out finance.bitcoinAddress
1 parent bb3869d commit 1c48d99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/finance.unit.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,13 @@ describe('finance.js', function () {
203203
});
204204
})
205205

206+
/*
206207
describe("bitcoinAddress()", function(){
207208
it("returns a random bitcoin address", function(){
208209
var bitcoinAddress = faker.finance.bitcoinAddress();
209210
210211
assert.ok(bitcoinAddress.match(/^[A-Z0-9.]{27,34}$/));
211212
});
212213
});
214+
*/
213215
});

0 commit comments

Comments
 (0)