diff options
| author | Matt Mayer <[email protected]> | 2024-12-06 16:53:42 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-06 09:53:42 +0000 |
| commit | 47f835bd0dc257e5d7b9d7e7e06c08854474a3a7 (patch) | |
| tree | efe55d8781f33cc2c3ae7a46b922e35c174a9bcd /test/modules | |
| parent | 2ba5edb1f37c357d992f8d1bd3febf02f68fbbdd (diff) | |
| download | faker-47f835bd0dc257e5d7b9d7e7e06c08854474a3a7.tar.xz faker-47f835bd0dc257e5d7b9d7e7e06c08854474a3a7.zip | |
fix(animal): re-moo-ved some incorrect cow data (#3326)
My guess is when this was introduced in
1914b965c22b61a82e0aaf97e560899cd81bfee9
this was a copy-paste from something like Wikipedia, and there were some alphabetical markers like “A - edit” “B - edit” which made their way into the data
Diffstat (limited to 'test/modules')
| -rw-r--r-- | test/modules/__snapshots__/animal.spec.ts.snap | 6 |
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 ae25d4f2..2a7782b8 100644 --- a/test/modules/__snapshots__/animal.spec.ts.snap +++ b/test/modules/__snapshots__/animal.spec.ts.snap @@ -8,7 +8,7 @@ exports[`animal > 42 > cat 1`] = `"Himalayan"`; exports[`animal > 42 > cetacean 1`] = `"Fraser’s Dolphin"`; -exports[`animal > 42 > cow 1`] = `"Finnish Ayrshire"`; +exports[`animal > 42 > cow 1`] = `"Estonian Holstein"`; exports[`animal > 42 > crocodilia 1`] = `"Cuvier’s Dwarf Caiman"`; @@ -40,7 +40,7 @@ exports[`animal > 1211 > cat 1`] = `"Tonkinese"`; exports[`animal > 1211 > cetacean 1`] = `"Spinner Dolphin"`; -exports[`animal > 1211 > cow 1`] = `"Umblachery"`; +exports[`animal > 1211 > cow 1`] = `"Tux-Zillertal"`; exports[`animal > 1211 > crocodilia 1`] = `"West African Crocodile"`; @@ -72,7 +72,7 @@ exports[`animal > 1337 > cat 1`] = `"Devon Rex"`; exports[`animal > 1337 > cetacean 1`] = `"Clymene Dolphin"`; -exports[`animal > 1337 > cow 1`] = `"Campbell Island cattle"`; +exports[`animal > 1337 > cow 1`] = `"Butana cattle"`; exports[`animal > 1337 > crocodilia 1`] = `"Chinese Alligator"`; |
