aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/finance.unit.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/finance.unit.js b/test/finance.unit.js
index 432a9332..97bd92b1 100644
--- a/test/finance.unit.js
+++ b/test/finance.unit.js
@@ -4,6 +4,7 @@ if (typeof module !== 'undefined') {
var faker = require('../index');
}
+faker.seed(123);
describe('finance.js', function () {
describe('account( length )', function () {