Skip to content

Commit ef9b6aa

Browse files
author
Bert Lobbezoo
committed
chore(locales): update tests
1 parent 9e3fee5 commit ef9b6aa

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
lines changed

test/__snapshots__/address.spec.ts.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ exports[`address > 42 > stateAbbr 1`] = `"ME"`;
6666

6767
exports[`address > 42 > street 1`] = `"Peyton Village"`;
6868

69-
exports[`address > 42 > streetAddress > noArgs 1`] = `"7917 Metz Pine"`;
69+
exports[`address > 42 > streetAddress > noArgs 1`] = `"7917 Miller Pine"`;
7070

71-
exports[`address > 42 > streetAddress > with useFullAddress = false 1`] = `"7917 Metz Pine"`;
71+
exports[`address > 42 > streetAddress > with useFullAddress = false 1`] = `"7917 Miller Pine"`;
7272

73-
exports[`address > 42 > streetAddress > with useFullAddress = true 1`] = `"7917 Metz Pine Apt. 410"`;
73+
exports[`address > 42 > streetAddress > with useFullAddress = true 1`] = `"7917 Miller Pine Apt. 410"`;
7474

7575
exports[`address > 42 > streetName 1`] = `"Peyton Village"`;
7676

@@ -98,7 +98,7 @@ exports[`address > 1211 > cardinalDirection > with abbr = true 1`] = `"W"`;
9898

9999
exports[`address > 1211 > city > noArgs 1`] = `"La Crosse"`;
100100

101-
exports[`address > 1211 > city > with given index 1`] = `"Fort Jadon"`;
101+
exports[`address > 1211 > city > with given index 1`] = `"Fort Jadyn"`;
102102

103103
exports[`address > 1211 > cityName 1`] = `"Urbana"`;
104104

@@ -152,15 +152,15 @@ exports[`address > 1211 > state 1`] = `"Washington"`;
152152

153153
exports[`address > 1211 > stateAbbr 1`] = `"WA"`;
154154

155-
exports[`address > 1211 > street 1`] = `"Koch Turnpike"`;
155+
exports[`address > 1211 > street 1`] = `"Koelpin Turnpike"`;
156156

157157
exports[`address > 1211 > streetAddress > noArgs 1`] = `"487 Breana Wells"`;
158158

159159
exports[`address > 1211 > streetAddress > with useFullAddress = false 1`] = `"487 Breana Wells"`;
160160

161161
exports[`address > 1211 > streetAddress > with useFullAddress = true 1`] = `"487 Breana Wells Apt. 616"`;
162162

163-
exports[`address > 1211 > streetName 1`] = `"Koch Turnpike"`;
163+
exports[`address > 1211 > streetName 1`] = `"Koelpin Turnpike"`;
164164

165165
exports[`address > 1211 > streetPrefix 1`] = `"c"`;
166166

@@ -184,9 +184,9 @@ exports[`address > 1337 > cardinalDirection > with abbr = false 1`] = `"East"`;
184184

185185
exports[`address > 1337 > cardinalDirection > with abbr = true 1`] = `"E"`;
186186

187-
exports[`address > 1337 > city > noArgs 1`] = `"New Carmelo"`;
187+
exports[`address > 1337 > city > noArgs 1`] = `"New Carmella"`;
188188

189-
exports[`address > 1337 > city > with given index 1`] = `"West Keith"`;
189+
exports[`address > 1337 > city > with given index 1`] = `"West Kellen"`;
190190

191191
exports[`address > 1337 > cityName 1`] = `"Dubuque"`;
192192

@@ -240,15 +240,15 @@ exports[`address > 1337 > state 1`] = `"Indiana"`;
240240

241241
exports[`address > 1337 > stateAbbr 1`] = `"IN"`;
242242

243-
exports[`address > 1337 > street 1`] = `"Keith Dam"`;
243+
exports[`address > 1337 > street 1`] = `"Kellen Dam"`;
244244

245245
exports[`address > 1337 > streetAddress > noArgs 1`] = `"51225 Alexys Haven"`;
246246

247247
exports[`address > 1337 > streetAddress > with useFullAddress = false 1`] = `"51225 Alexys Haven"`;
248248

249249
exports[`address > 1337 > streetAddress > with useFullAddress = true 1`] = `"51225 Alexys Haven Apt. 552"`;
250250

251-
exports[`address > 1337 > streetName 1`] = `"Keith Dam"`;
251+
exports[`address > 1337 > streetName 1`] = `"Kellen Dam"`;
252252

253253
exports[`address > 1337 > streetPrefix 1`] = `"a"`;
254254

test/__snapshots__/company.spec.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ exports[`company > 1211 > catchPhraseDescriptor 1`] = `"upward-trending"`;
5151

5252
exports[`company > 1211 > catchPhraseNoun 1`] = `"system engine"`;
5353

54-
exports[`company > 1211 > companyName > noArgs 1`] = `"Koch, Trantow and Sanford"`;
54+
exports[`company > 1211 > companyName > noArgs 1`] = `"Koelpin, Trantow and Satterfield"`;
5555

56-
exports[`company > 1211 > companyName > with index 1`] = `"Koch, Trantow and Sanford"`;
56+
exports[`company > 1211 > companyName > with index 1`] = `"Koelpin, Trantow and Satterfield"`;
5757

5858
exports[`company > 1211 > companySuffix 1`] = `"Group"`;
5959

60-
exports[`company > 1211 > name > noArgs 1`] = `"Koch, Trantow and Sanford"`;
60+
exports[`company > 1211 > name > noArgs 1`] = `"Koelpin, Trantow and Satterfield"`;
6161

62-
exports[`company > 1211 > name > with index 1`] = `"Koch, Trantow and Sanford"`;
62+
exports[`company > 1211 > name > with index 1`] = `"Koelpin, Trantow and Satterfield"`;
6363

6464
exports[`company > 1211 > suffixes 1`] = `
6565
[
@@ -86,15 +86,15 @@ exports[`company > 1337 > catchPhraseDescriptor 1`] = `"demand-driven"`;
8686

8787
exports[`company > 1337 > catchPhraseNoun 1`] = `"data-warehouse"`;
8888

89-
exports[`company > 1337 > companyName > noArgs 1`] = `"Macejkovic Inc"`;
89+
exports[`company > 1337 > companyName > noArgs 1`] = `"MacGyver Inc"`;
9090

91-
exports[`company > 1337 > companyName > with index 1`] = `"Macejkovic Inc"`;
91+
exports[`company > 1337 > companyName > with index 1`] = `"MacGyver Inc"`;
9292

9393
exports[`company > 1337 > companySuffix 1`] = `"and Sons"`;
9494

95-
exports[`company > 1337 > name > noArgs 1`] = `"Macejkovic Inc"`;
95+
exports[`company > 1337 > name > noArgs 1`] = `"MacGyver Inc"`;
9696

97-
exports[`company > 1337 > name > with index 1`] = `"Macejkovic Inc"`;
97+
exports[`company > 1337 > name > with index 1`] = `"MacGyver Inc"`;
9898

9999
exports[`company > 1337 > suffixes 1`] = `
100100
[

test/__snapshots__/finance.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ exports[`finance > 42 > pin > with length 1`] = `"3791775514"`;
6060

6161
exports[`finance > 42 > routingNumber 1`] = `"379177554"`;
6262

63-
exports[`finance > 42 > transactionDescription 1`] = `"invoice transaction at Wiegand, Deckow and Renner using card ending with ***(...8361) for SDG 374.54 in account ***55141004"`;
63+
exports[`finance > 42 > transactionDescription 1`] = `"invoice transaction at Wiegand, Deckow and Reynolds using card ending with ***(...8361) for SDG 374.54 in account ***55141004"`;
6464

6565
exports[`finance > 42 > transactionType 1`] = `"withdrawal"`;
6666

@@ -124,7 +124,7 @@ exports[`finance > 1211 > pin > with length 1`] = `"9487219061"`;
124124

125125
exports[`finance > 1211 > routingNumber 1`] = `"948721904"`;
126126

127-
exports[`finance > 1211 > transactionDescription 1`] = `"deposit transaction at Trantow - Sanford using card ending with ***(...4316) for STN 928.52 in account ***19061627"`;
127+
exports[`finance > 1211 > transactionDescription 1`] = `"deposit transaction at Trantow - Satterfield using card ending with ***(...4316) for STN 928.52 in account ***19061627"`;
128128

129129
exports[`finance > 1211 > transactionType 1`] = `"invoice"`;
130130

test/__snapshots__/internet.spec.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exports[`internet > 42 > email > with names 1`] = `"[email protected]"`;
1818

1919
exports[`internet > 42 > email > with names and provider 1`] = `"[email protected]"`;
2020

21-
exports[`internet > 42 > email > with provider 1`] = `"Garnett[email protected]"`;
21+
exports[`internet > 42 > email > with provider 1`] = `"Garnet[email protected]"`;
2222

2323
exports[`internet > 42 > emoji > noArgs 1`] = `"🕸️"`;
2424

@@ -56,7 +56,7 @@ exports[`internet > 42 > url 1`] = `"http://stable-veil.biz"`;
5656

5757
exports[`internet > 42 > userAgent 1`] = `"Mozilla/5.0 (Windows; U; Windows NT 6.2) AppleWebKit/538.0.2 (KHTML, like Gecko) Chrome/29.0.815.0 Safari/538.0.2"`;
5858

59-
exports[`internet > 42 > userName > noArgs 1`] = `"Garnett.Schinner73"`;
59+
exports[`internet > 42 > userName > noArgs 1`] = `"Garnet.Schinner73"`;
6060

6161
exports[`internet > 42 > userName > with names 1`] = `"Jane_Doe"`;
6262

@@ -72,19 +72,19 @@ exports[`internet > 1211 > domainSuffix 1`] = `"org"`;
7272

7373
exports[`internet > 1211 > domainWord 1`] = `"verifiable-infix"`;
7474

75-
exports[`internet > 1211 > email > noArgs 1`] = `"Jadon[email protected]"`;
75+
exports[`internet > 1211 > email > noArgs 1`] = `"Jadyn[email protected]"`;
7676

7777
exports[`internet > 1211 > email > with names 1`] = `"[email protected]"`;
7878

7979
exports[`internet > 1211 > email > with names and provider 1`] = `"[email protected]"`;
8080

81-
exports[`internet > 1211 > email > with provider 1`] = `"Tito_Koch22@fakerjs.dev"`;
81+
exports[`internet > 1211 > email > with provider 1`] = `"Tito_Koelpin22@fakerjs.dev"`;
8282

8383
exports[`internet > 1211 > emoji > noArgs 1`] = `"🇮🇸"`;
8484

8585
exports[`internet > 1211 > emoji > with options 1`] = `"🌲"`;
8686

87-
exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"Jadon[email protected]"`;
87+
exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"Jadyn[email protected]"`;
8888

8989
exports[`internet > 1211 > exampleEmail > with names 1`] = `"[email protected]"`;
9090

@@ -116,7 +116,7 @@ exports[`internet > 1211 > url 1`] = `"https://joyous-temple.net"`;
116116

117117
exports[`internet > 1211 > userAgent 1`] = `"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6 rv:3.0; PT) AppleWebKit/538.2.0 (KHTML, like Gecko) Version/4.1.0 Safari/538.2.0"`;
118118

119-
exports[`internet > 1211 > userName > noArgs 1`] = `"Tito_Koch22"`;
119+
exports[`internet > 1211 > userName > noArgs 1`] = `"Tito_Koelpin22"`;
120120

121121
exports[`internet > 1211 > userName > with names 1`] = `"Jane.Doe89"`;
122122

@@ -132,7 +132,7 @@ exports[`internet > 1337 > domainSuffix 1`] = `"biz"`;
132132

133133
exports[`internet > 1337 > domainWord 1`] = `"fabulous-migration"`;
134134

135-
exports[`internet > 1337 > email > noArgs 1`] = `"Keith27@gmail.com"`;
135+
exports[`internet > 1337 > email > noArgs 1`] = `"Kellen27@gmail.com"`;
136136

137137
exports[`internet > 1337 > email > with names 1`] = `"[email protected]"`;
138138

@@ -144,7 +144,7 @@ exports[`internet > 1337 > emoji > noArgs 1`] = `"💇🏼‍♀️"`;
144144

145145
exports[`internet > 1337 > emoji > with options 1`] = `"🐪"`;
146146

147-
exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"Keith27@example.org"`;
147+
exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"Kellen27@example.org"`;
148148

149149
exports[`internet > 1337 > exampleEmail > with names 1`] = `"[email protected]"`;
150150

test/__snapshots__/name.spec.ts.snap

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`name > 42 > findName > with name 1`] = `"John Doe"`;
88

99
exports[`name > 42 > findName > with name and gender 1`] = `"John Doe"`;
1010

11-
exports[`name > 42 > firstName > noArgs 1`] = `"Garnett"`;
11+
exports[`name > 42 > firstName > noArgs 1`] = `"Garnet"`;
1212

1313
exports[`name > 42 > firstName > with gender 1`] = `"Glen"`;
1414

@@ -38,9 +38,9 @@ exports[`name > 42 > jobTitle 1`] = `"Regional Data Representative"`;
3838

3939
exports[`name > 42 > jobType 1`] = `"Coordinator"`;
4040

41-
exports[`name > 42 > lastName > noArgs 1`] = `"Hintz"`;
41+
exports[`name > 42 > lastName > noArgs 1`] = `"Hirthe"`;
4242

43-
exports[`name > 42 > lastName > with gender 1`] = `"Hintz"`;
43+
exports[`name > 42 > lastName > with gender 1`] = `"Hirthe"`;
4444

4545
exports[`name > 42 > middleName > noArgs 1`] = `"Greer"`;
4646

@@ -62,7 +62,7 @@ exports[`name > 42 > suffix > with gender 1`] = `"III"`;
6262

6363
exports[`name > 1211 > findName > noArgs 1`] = `"Claude Trantow"`;
6464

65-
exports[`name > 1211 > findName > with gender 1`] = `"Patti Koch"`;
65+
exports[`name > 1211 > findName > with gender 1`] = `"Patti Koelpin"`;
6666

6767
exports[`name > 1211 > findName > with name 1`] = `"John Doe"`;
6868

@@ -78,13 +78,13 @@ exports[`name > 1211 > fullName > with all (gender) 1`] = `"John Doe"`;
7878

7979
exports[`name > 1211 > fullName > with all (sex) 1`] = `"John Doe"`;
8080

81-
exports[`name > 1211 > fullName > with firstName 1`] = `"John Koch"`;
81+
exports[`name > 1211 > fullName > with firstName 1`] = `"John Koelpin"`;
8282

83-
exports[`name > 1211 > fullName > with gender 1`] = `"Patti Koch"`;
83+
exports[`name > 1211 > fullName > with gender 1`] = `"Patti Koelpin"`;
8484

8585
exports[`name > 1211 > fullName > with lastName 1`] = `"Claude Doe"`;
8686

87-
exports[`name > 1211 > fullName > with sex 1`] = `"Patti Koch"`;
87+
exports[`name > 1211 > fullName > with sex 1`] = `"Patti Koelpin"`;
8888

8989
exports[`name > 1211 > gender > noArgs 1`] = `"Trigender"`;
9090

@@ -122,7 +122,7 @@ exports[`name > 1211 > suffix > with gender 1`] = `"DVM"`;
122122

123123
exports[`name > 1337 > findName > noArgs 1`] = `"Leona Cronin"`;
124124

125-
exports[`name > 1337 > findName > with gender 1`] = `"Esther Macejkovic"`;
125+
exports[`name > 1337 > findName > with gender 1`] = `"Esther MacGyver"`;
126126

127127
exports[`name > 1337 > findName > with name 1`] = `"John Doe"`;
128128

@@ -138,13 +138,13 @@ exports[`name > 1337 > fullName > with all (gender) 1`] = `"John Doe"`;
138138

139139
exports[`name > 1337 > fullName > with all (sex) 1`] = `"John Doe"`;
140140

141-
exports[`name > 1337 > fullName > with firstName 1`] = `"John Macejkovic"`;
141+
exports[`name > 1337 > fullName > with firstName 1`] = `"John MacGyver"`;
142142

143-
exports[`name > 1337 > fullName > with gender 1`] = `"Esther Macejkovic"`;
143+
exports[`name > 1337 > fullName > with gender 1`] = `"Esther MacGyver"`;
144144

145145
exports[`name > 1337 > fullName > with lastName 1`] = `"Leona Doe"`;
146146

147-
exports[`name > 1337 > fullName > with sex 1`] = `"Esther Macejkovic"`;
147+
exports[`name > 1337 > fullName > with sex 1`] = `"Esther MacGyver"`;
148148

149149
exports[`name > 1337 > gender > noArgs 1`] = `"Demigender"`;
150150

0 commit comments

Comments
 (0)