aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/finance.unit.js2
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 () {