aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Hofer <[email protected]>2024-03-28 14:02:25 -0400
committerGitHub <[email protected]>2024-03-28 19:02:25 +0100
commit7dae52bfcd93c41ec9d2c4dd4d96a07f31c3dfc1 (patch)
tree098f3b109a0fbf2d19ccd1c7b1221ad04698b006 /test
parent14779582dbf3f4a24840470fdd812b538302dccd (diff)
downloadfaker-7dae52bfcd93c41ec9d2c4dd4d96a07f31c3dfc1.tar.xz
faker-7dae52bfcd93c41ec9d2c4dd4d96a07f31c3dfc1.zip
feat(music): add additional genres (#2621)
Diffstat (limited to 'test')
-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 573391e0..c8517e37 100644
--- a/test/modules/__snapshots__/music.spec.ts.snap
+++ b/test/modules/__snapshots__/music.spec.ts.snap
@@ -1,13 +1,13 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
-exports[`music > 42 > genre 1`] = `"Country"`;
+exports[`music > 42 > genre 1`] = `"German Folk"`;
exports[`music > 42 > songName 1`] = `"God Bless the Child"`;
-exports[`music > 1211 > genre 1`] = `"Non Music"`;
+exports[`music > 1211 > genre 1`] = `"Swing"`;
exports[`music > 1211 > songName 1`] = `"The End of the World"`;
-exports[`music > 1337 > genre 1`] = `"Folk"`;
+exports[`music > 1337 > genre 1`] = `"Drinking Songs"`;
exports[`music > 1337 > songName 1`] = `"That'll Be the Day"`;