diff options
| author | Marak <[email protected]> | 2020-06-10 22:01:14 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2020-06-10 22:01:14 -0400 |
| commit | 432a1ef3394f7c052d0073673145bc23cb7ac91c (patch) | |
| tree | 5d8b22d08bb6d507921a50bf834194ee78a078ee /test | |
| parent | 3388dbfdc9905c9bca0745ac0554023bbf091830 (diff) | |
| download | faker-432a1ef3394f7c052d0073673145bc23cb7ac91c.tar.xz faker-432a1ef3394f7c052d0073673145bc23cb7ac91c.zip | |
Update random seed value for finance test ( again )
Diffstat (limited to 'test')
| -rw-r--r-- | test/finance.unit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/finance.unit.js b/test/finance.unit.js index fae0efb5..7b7bca3c 100644 --- a/test/finance.unit.js +++ b/test/finance.unit.js @@ -4,7 +4,7 @@ if (typeof module !== 'undefined') { var faker = require('../index'); } -faker.seed(123); +faker.seed(1234); describe('finance.js', function () { describe('account( length )', function () { |
