aboutsummaryrefslogtreecommitdiff
path: root/test/modules
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2024-04-29 09:26:51 +0200
committerGitHub <[email protected]>2024-04-29 07:26:51 +0000
commit425e10fe1cfeff74b04a7ed931241625e951f33c (patch)
treef8c60210ba588730af584386a9f9e73dfbeab4f1 /test/modules
parent1a212960038167cac5920030f5def2759999ff82 (diff)
downloadfaker-425e10fe1cfeff74b04a7ed931241625e951f33c.tar.xz
faker-425e10fe1cfeff74b04a7ed931241625e951f33c.zip
refactor(locale): normalize music data (#2857)
Diffstat (limited to 'test/modules')
-rw-r--r--test/modules/__snapshots__/music.spec.ts.snap6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/modules/__snapshots__/music.spec.ts.snap b/test/modules/__snapshots__/music.spec.ts.snap
index c8517e37..1060a54e 100644
--- a/test/modules/__snapshots__/music.spec.ts.snap
+++ b/test/modules/__snapshots__/music.spec.ts.snap
@@ -2,12 +2,12 @@
exports[`music > 42 > genre 1`] = `"German Folk"`;
-exports[`music > 42 > songName 1`] = `"God Bless the Child"`;
+exports[`music > 42 > songName 1`] = `"I Honestly Love You"`;
exports[`music > 1211 > genre 1`] = `"Swing"`;
-exports[`music > 1211 > songName 1`] = `"The End of the World"`;
+exports[`music > 1211 > songName 1`] = `"Wedding Bell Blues"`;
exports[`music > 1337 > genre 1`] = `"Drinking Songs"`;
-exports[`music > 1337 > songName 1`] = `"That'll Be the Day"`;
+exports[`music > 1337 > songName 1`] = `"Frankenstein"`;