aboutsummaryrefslogtreecommitdiff
path: root/test/tree.unit.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/tree.unit.js')
-rw-r--r--test/tree.unit.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/tree.unit.js b/test/tree.unit.js
index 3af144eb..666a16c9 100644
--- a/test/tree.unit.js
+++ b/test/tree.unit.js
@@ -101,10 +101,8 @@ describe("tree.js", function () {
var tree = Faker.Tree.createTree(2, widthFunc, proto);
assert.equal(widthFuncCalled, 3);
- Faker.random.first_name.restore();
});
-
});
-}); \ No newline at end of file
+});