diff options
| author | David Morais Ferreira <[email protected]> | 2023-01-06 00:12:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-05 23:12:09 +0000 |
| commit | c66f7bd70f930c4a080cc24cc8d09baab260f6d0 (patch) | |
| tree | f598f65e2bd6c77c827560b55adc44c0f56f39b5 /test | |
| parent | 2a06b6a197d5fe6939eac05035ca8ef9a50a2e92 (diff) | |
| download | faker-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.snap | 2 |
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"`; |
