diff options
| author | Matt Mayer <[email protected]> | 2023-01-19 03:15:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-18 20:15:47 +0000 |
| commit | dfa647dc07ea25f962c4df913bae2de082e8acc4 (patch) | |
| tree | 07004698a53751324800516a01f1d42da4281538 /test/__snapshots__/system.spec.ts.snap | |
| parent | 250fbb71eb68aa469b6b833a61a4d23fb60ad65d (diff) | |
| download | faker-dfa647dc07ea25f962c4df913bae2de082e8acc4.tar.xz faker-dfa647dc07ea25f962c4df913bae2de082e8acc4.zip | |
fix(locale): filter inappropriate words in the en locale (#1745)
Diffstat (limited to 'test/__snapshots__/system.spec.ts.snap')
| -rw-r--r-- | test/__snapshots__/system.spec.ts.snap | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/__snapshots__/system.spec.ts.snap b/test/__snapshots__/system.spec.ts.snap index edb8e00c..50c9dc45 100644 --- a/test/__snapshots__/system.spec.ts.snap +++ b/test/__snapshots__/system.spec.ts.snap @@ -2,9 +2,9 @@ exports[`system > 42 > commonFileExt 1`] = `"png"`; -exports[`system > 42 > commonFileName > noArgs 1`] = `"noon_stump.png"`; +exports[`system > 42 > commonFileName > noArgs 1`] = `"nondisclosure_stud.png"`; -exports[`system > 42 > commonFileName > with extension 1`] = `"noon_stump.ext"`; +exports[`system > 42 > commonFileName > with extension 1`] = `"nondisclosure_stud.ext"`; exports[`system > 42 > commonFileType 1`] = `"audio"`; @@ -24,13 +24,13 @@ exports[`system > 42 > fileExt > noArgs 1`] = `"lrm"`; exports[`system > 42 > fileExt > with mimeType 1`] = `"json"`; -exports[`system > 42 > fileName > noArgs 1`] = `"noon_stump.skt"`; +exports[`system > 42 > fileName > noArgs 1`] = `"nondisclosure_stud.skt"`; -exports[`system > 42 > fileName > with extensionCount 1`] = `"noon_stump.skt.latex"`; +exports[`system > 42 > fileName > with extensionCount 1`] = `"nondisclosure_stud.skt.latex"`; -exports[`system > 42 > fileName > with extensionCount range 1`] = `"noon_stump.latex"`; +exports[`system > 42 > fileName > with extensionCount range 1`] = `"nondisclosure_stud.latex"`; -exports[`system > 42 > filePath 1`] = `"/opt/bin/crooked_fantasise_woefully.dra"`; +exports[`system > 42 > filePath 1`] = `"/opt/bin/crooked_falter_woefully.dra"`; exports[`system > 42 > fileType 1`] = `"image"`; @@ -190,7 +190,7 @@ exports[`system > 1337 > fileName > with extensionCount 1`] = `"although.chrt.dp exports[`system > 1337 > fileName > with extensionCount range 1`] = `"although"`; -exports[`system > 1337 > filePath 1`] = `"/Library/yum_fat.aiff"`; +exports[`system > 1337 > filePath 1`] = `"/Library/yum_fast.aiff"`; exports[`system > 1337 > fileType 1`] = `"font"`; |
