aboutsummaryrefslogtreecommitdiff
path: root/test/tree.unit.js
diff options
context:
space:
mode:
authorcyanos3 <[email protected]>2013-11-05 20:10:31 -0700
committercyanos3 <[email protected]>2013-11-05 20:10:31 -0700
commitc8f71cd072b74c66693cae927bdaf9a97ee15c1f (patch)
treef7879114561edad1b2ca4f957c2063eece57f8f4 /test/tree.unit.js
parente7aaa93c306fe9c7f0b662ff68f0a36426605283 (diff)
downloadfaker-c8f71cd072b74c66693cae927bdaf9a97ee15c1f.tar.xz
faker-c8f71cd072b74c66693cae927bdaf9a97ee15c1f.zip
My take on separating male and female names. Tests passing, Coverage restored.
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
+});