diff options
| author | DivisionByZero <[email protected]> | 2024-04-11 08:39:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-11 06:39:42 +0000 |
| commit | 03b965abfde57be617a1ae7ba715604e149a803d (patch) | |
| tree | ab86c6c9c2350f541f8f8fb1ae50af175aa51af8 /test | |
| parent | fb65976acb1003f441a35afafbd87204eca0e2d7 (diff) | |
| download | faker-03b965abfde57be617a1ae7ba715604e149a803d.tar.xz faker-03b965abfde57be617a1ae7ba715604e149a803d.zip | |
refactor(locale): normalize animal data (#2791)
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/__snapshots__/animal.spec.ts.snap | 46 | ||||
| -rw-r--r-- | test/modules/__snapshots__/food.spec.ts.snap | 2 |
2 files changed, 24 insertions, 24 deletions
diff --git a/test/modules/__snapshots__/animal.spec.ts.snap b/test/modules/__snapshots__/animal.spec.ts.snap index 5e1162bb..f6ddbc3a 100644 --- a/test/modules/__snapshots__/animal.spec.ts.snap +++ b/test/modules/__snapshots__/animal.spec.ts.snap @@ -1,78 +1,78 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`animal > 42 > bear 1`] = `"Sun bear"`; +exports[`animal > 42 > bear 1`] = `"Brown bear"`; -exports[`animal > 42 > bird 1`] = `"Iceland Gull"`; +exports[`animal > 42 > bird 1`] = `"Golden Eagle"`; exports[`animal > 42 > cat 1`] = `"Himalayan"`; -exports[`animal > 42 > cetacean 1`] = `"Pantropical Spotted Dolphin"`; +exports[`animal > 42 > cetacean 1`] = `"Fraser’s Dolphin"`; -exports[`animal > 42 > cow 1`] = `"Fēng Cattle"`; +exports[`animal > 42 > cow 1`] = `"Finnish Ayrshire"`; -exports[`animal > 42 > crocodilia 1`] = `"African Slender-snouted Crocodile"`; +exports[`animal > 42 > crocodilia 1`] = `"Cuvier’s Dwarf Caiman"`; exports[`animal > 42 > dog 1`] = `"Garafian Shepherd"`; -exports[`animal > 42 > fish 1`] = `"Northern snakehead"`; +exports[`animal > 42 > fish 1`] = `"European anchovy"`; exports[`animal > 42 > horse 1`] = `"Furioso-North Star"`; exports[`animal > 42 > insect 1`] = `"Gouty oak gall"`; -exports[`animal > 42 > lion 1`] = `"West African Lion"`; +exports[`animal > 42 > lion 1`] = `"Cape lion"`; exports[`animal > 42 > rabbit 1`] = `"English Spot"`; exports[`animal > 42 > rodent 1`] = `"Famatina chinchilla rat"`; -exports[`animal > 42 > snake 1`] = `"Grey-banded kingsnake"`; +exports[`animal > 42 > snake 1`] = `"Grand Canyon rattlesnake"`; exports[`animal > 42 > type 1`] = `"frog"`; -exports[`animal > 1211 > bear 1`] = `"Polar bear"`; +exports[`animal > 1211 > bear 1`] = `"Sun bear"`; -exports[`animal > 1211 > bird 1`] = `"Reed Bunting"`; +exports[`animal > 1211 > bird 1`] = `"White-faced Storm-Petrel"`; exports[`animal > 1211 > cat 1`] = `"Tonkinese"`; -exports[`animal > 1211 > cetacean 1`] = `"La Plata Dolphin"`; +exports[`animal > 1211 > cetacean 1`] = `"Spinner Dolphin"`; exports[`animal > 1211 > cow 1`] = `"Umblachery"`; -exports[`animal > 1211 > crocodilia 1`] = `"Gharial"`; +exports[`animal > 1211 > crocodilia 1`] = `"West African Crocodile"`; -exports[`animal > 1211 > dog 1`] = `"Tibetan Spaniel"`; +exports[`animal > 1211 > dog 1`] = `"Tibetan Terrier"`; -exports[`animal > 1211 > fish 1`] = `"Bigeye scad"`; +exports[`animal > 1211 > fish 1`] = `"Southern rough shrimp"`; exports[`animal > 1211 > horse 1`] = `"Ukrainian Riding Horse"`; exports[`animal > 1211 > insect 1`] = `"Western paper wasp"`; -exports[`animal > 1211 > lion 1`] = `"Cape lion"`; +exports[`animal > 1211 > lion 1`] = `"West African Lion"`; exports[`animal > 1211 > rabbit 1`] = `"Silver Marten"`; exports[`animal > 1211 > rodent 1`] = `"Strong tuco-tuco"`; -exports[`animal > 1211 > snake 1`] = `"Tiger pit viper"`; +exports[`animal > 1211 > snake 1`] = `"Urutu"`; exports[`animal > 1211 > type 1`] = `"turtle"`; -exports[`animal > 1337 > bear 1`] = `"Sun bear"`; +exports[`animal > 1337 > bear 1`] = `"Brown bear"`; -exports[`animal > 1337 > bird 1`] = `"American Golden-Plover"`; +exports[`animal > 1337 > bird 1`] = `"Common Poorwill"`; exports[`animal > 1337 > cat 1`] = `"Devon Rex"`; -exports[`animal > 1337 > cetacean 1`] = `"Costero"`; +exports[`animal > 1337 > cetacean 1`] = `"Clymene Dolphin"`; -exports[`animal > 1337 > cow 1`] = `"Camargue"`; +exports[`animal > 1337 > cow 1`] = `"Campbell Island cattle"`; -exports[`animal > 1337 > crocodilia 1`] = `"Cuvier’s Dwarf Caiman"`; +exports[`animal > 1337 > crocodilia 1`] = `"Chinese Alligator"`; -exports[`animal > 1337 > dog 1`] = `"Chinese Crested Dog"`; +exports[`animal > 1337 > dog 1`] = `"Chortai"`; exports[`animal > 1337 > fish 1`] = `"Capelin"`; @@ -86,6 +86,6 @@ exports[`animal > 1337 > rabbit 1`] = `"Cinnamon"`; exports[`animal > 1337 > rodent 1`] = `"Crested porcupine"`; -exports[`animal > 1337 > snake 1`] = `"Eastern coral snake"`; +exports[`animal > 1337 > snake 1`] = `"Cuban wood snake"`; exports[`animal > 1337 > type 1`] = `"eagle"`; diff --git a/test/modules/__snapshots__/food.spec.ts.snap b/test/modules/__snapshots__/food.spec.ts.snap index 130f8402..e14d033b 100644 --- a/test/modules/__snapshots__/food.spec.ts.snap +++ b/test/modules/__snapshots__/food.spec.ts.snap @@ -38,7 +38,7 @@ exports[`food > 1211 > vegetable 1`] = `"sun dried tomatoes"`; exports[`food > 1337 > adjective 1`] = `"fluffy"`; -exports[`food > 1337 > description 1`] = `"A slow-roasted Black Oystercatcher with a fresh, fluffy exterior. Stuffed with orange and covered in fingerlime sauce. Sides with bok choy puree and wild english spinach."`; +exports[`food > 1337 > description 1`] = `"A slow-roasted Cory's Shearwater with a fresh, fluffy exterior. Stuffed with orange and covered in fingerlime sauce. Sides with bok choy puree and wild english spinach."`; exports[`food > 1337 > dish 1`] = `"Egyptian Dates Soup"`; |
