aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarak <[email protected]>2018-09-26 21:38:46 -0400
committerMarak <[email protected]>2018-09-26 21:38:46 -0400
commita152a7e6aa720034d2d329e755d83223d8f8aece (patch)
tree96a4b0ea0d61242cdbe4eb1091743cba1ccacc54 /test
parent8d483617a6feafecece769958d84f94b6523a4a6 (diff)
downloadfaker-a152a7e6aa720034d2d329e755d83223d8f8aece.tar.xz
faker-a152a7e6aa720034d2d329e755d83223d8f8aece.zip
[minor] Spelling error in tests
Diffstat (limited to 'test')
-rw-r--r--test/address.unit.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/address.unit.js b/test/address.unit.js
index 00044682..0d691742 100644
--- a/test/address.unit.js
+++ b/test/address.unit.js
@@ -314,7 +314,7 @@ describe("address.js", function () {
}
});
- it("returns random latitude with custome precision", function () {
+ it("returns random latitude with custom precision", function () {
for (var i = 0; i < 100; i++) {
sinon.spy(faker.random, 'number');
var latitude = faker.address.latitude(undefined, undefined, 7);
@@ -357,7 +357,7 @@ describe("address.js", function () {
}
});
- it("returns random longitude with custome precision", function () {
+ it("returns random longitude with custom precision", function () {
for (var i = 0; i < 100; i++) {
sinon.spy(faker.random, 'number');
var longitude = faker.address.longitude(undefined, undefined, 7);