aboutsummaryrefslogtreecommitdiff
path: root/lib/index.js
diff options
context:
space:
mode:
authorAdam Walker <[email protected]>2021-05-19 23:03:07 -0400
committerAdam Walker <[email protected]>2021-05-19 23:03:07 -0400
commit20751822c88470e5ee35d64bbe73ad9d00a54132 (patch)
treee223b7ae73b902398fcca8d1733e0e813fb219ef /lib/index.js
parentc0a172dc5d6308731fd879db2ffcddf4714370f5 (diff)
downloadfaker-20751822c88470e5ee35d64bbe73ad9d00a54132.tar.xz
faker-20751822c88470e5ee35d64bbe73ad9d00a54132.zip
Removed seed call from unit tests
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index ba56c77a..d601fed3 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -21,7 +21,7 @@
*
* @namespace faker
*/
- function Faker (opts) {
+function Faker (opts) {
var self = this;