aboutsummaryrefslogtreecommitdiff
path: root/test/modules
diff options
context:
space:
mode:
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 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"`;