aboutsummaryrefslogtreecommitdiff
path: root/test/modules
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2024-04-05 21:47:54 +0700
committerGitHub <[email protected]>2024-04-05 16:47:54 +0200
commitf47dfe5c58371b468c704cab7a7cd29f9a3e3379 (patch)
tree8f7feb0a3d1882d4d134b79686bb4fcd756acba7 /test/modules
parent5860783e81d392bc235408b697668ab8ecdd2d7c (diff)
downloadfaker-f47dfe5c58371b468c704cab7a7cd29f9a3e3379.tar.xz
faker-f47dfe5c58371b468c704cab7a7cd29f9a3e3379.zip
feat(animal): add more simple animals to animal.type() (#2786)
Diffstat (limited to 'test/modules')
-rw-r--r--test/modules/__snapshots__/animal.spec.ts.snap6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/modules/__snapshots__/animal.spec.ts.snap b/test/modules/__snapshots__/animal.spec.ts.snap
index 7124e5e9..5e1162bb 100644
--- a/test/modules/__snapshots__/animal.spec.ts.snap
+++ b/test/modules/__snapshots__/animal.spec.ts.snap
@@ -28,7 +28,7 @@ exports[`animal > 42 > rodent 1`] = `"Famatina chinchilla rat"`;
exports[`animal > 42 > snake 1`] = `"Grey-banded kingsnake"`;
-exports[`animal > 42 > type 1`] = `"lion"`;
+exports[`animal > 42 > type 1`] = `"frog"`;
exports[`animal > 1211 > bear 1`] = `"Polar bear"`;
@@ -58,7 +58,7 @@ exports[`animal > 1211 > rodent 1`] = `"Strong tuco-tuco"`;
exports[`animal > 1211 > snake 1`] = `"Tiger pit viper"`;
-exports[`animal > 1211 > type 1`] = `"horse"`;
+exports[`animal > 1211 > type 1`] = `"turtle"`;
exports[`animal > 1337 > bear 1`] = `"Sun bear"`;
@@ -88,4 +88,4 @@ exports[`animal > 1337 > rodent 1`] = `"Crested porcupine"`;
exports[`animal > 1337 > snake 1`] = `"Eastern coral snake"`;
-exports[`animal > 1337 > type 1`] = `"bear"`;
+exports[`animal > 1337 > type 1`] = `"eagle"`;