diff options
| author | DivisionByZero <[email protected]> | 2024-04-29 09:26:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 07:26:51 +0000 |
| commit | 425e10fe1cfeff74b04a7ed931241625e951f33c (patch) | |
| tree | f8c60210ba588730af584386a9f9e73dfbeab4f1 /test | |
| parent | 1a212960038167cac5920030f5def2759999ff82 (diff) | |
| download | faker-425e10fe1cfeff74b04a7ed931241625e951f33c.tar.xz faker-425e10fe1cfeff74b04a7ed931241625e951f33c.zip | |
refactor(locale): normalize music data (#2857)
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/__snapshots__/music.spec.ts.snap | 6 |
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"`; |
