aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Morais Ferreira <[email protected]>2023-01-06 00:12:09 +0100
committerGitHub <[email protected]>2023-01-05 23:12:09 +0000
commitc66f7bd70f930c4a080cc24cc8d09baab260f6d0 (patch)
treef598f65e2bd6c77c827560b55adc44c0f56f39b5 /test
parent2a06b6a197d5fe6939eac05035ca8ef9a50a2e92 (diff)
downloadfaker-c66f7bd70f930c4a080cc24cc8d09baab260f6d0.tar.xz
faker-c66f7bd70f930c4a080cc24cc8d09baab260f6d0.zip
feat(locale): add Luxembourg (French) locale (#1693)
Diffstat (limited to 'test')
-rw-r--r--test/__snapshots__/random.spec.ts.snap2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/__snapshots__/random.spec.ts.snap b/test/__snapshots__/random.spec.ts.snap
index 7f01d87e..5fe3e02c 100644
--- a/test/__snapshots__/random.spec.ts.snap
+++ b/test/__snapshots__/random.spec.ts.snap
@@ -8,7 +8,7 @@ exports[`random > 42 > alphaNumeric > noArgs 1`] = `"n"`;
exports[`random > 42 > alphaNumeric > with length 1`] = `"nNWbJ"`;
-exports[`random > 42 > locale 1`] = `"es"`;
+exports[`random > 42 > locale 1`] = `"es_MX"`;
exports[`random > 42 > numeric > noArgs 1`] = `"3"`;