Skip to content

Commit

Permalink
Update random seed value for finance test ( again )
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jun 11, 2020
1 parent 3388dbf commit 432a1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/finance.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 432a1ef

Please sign in to comment.