diff options
| author | Marak <[email protected]> | 2016-03-19 22:13:13 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2016-03-19 22:13:13 -0400 |
| commit | dc77d261b429e33d29aec34b7e13c7c3a232e957 (patch) | |
| tree | 1f50c4f314db28ede4f3d2d92859ebb045cb47cb /test | |
| parent | 4d6c480acf9add37aaa8f62bcc03cd732a145f8a (diff) | |
| parent | 73b870e0578531c7d65a36768a733561a42bbbca (diff) | |
| download | faker-dc77d261b429e33d29aec34b7e13c7c3a232e957.tar.xz faker-dc77d261b429e33d29aec34b7e13c7c3a232e957.zip | |
Merge pull request #353 from ashpr/bitcoinaddress-fix
[api] [fix] finance.bitcoinAddress
Diffstat (limited to 'test')
| -rw-r--r-- | test/finance.unit.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/finance.unit.js b/test/finance.unit.js index 2c5442d8..6bbb51c6 100644 --- a/test/finance.unit.js +++ b/test/finance.unit.js @@ -203,7 +203,6 @@ describe('finance.js', function () { }); }) - /* describe("bitcoinAddress()", function(){ it("returns a random bitcoin address", function(){ var bitcoinAddress = faker.finance.bitcoinAddress(); @@ -211,5 +210,4 @@ describe('finance.js', function () { assert.ok(bitcoinAddress.match(/^[A-Z0-9.]{27,34}$/)); }); }); - */ });
\ No newline at end of file |
