From 7dae52bfcd93c41ec9d2c4dd4d96a07f31c3dfc1 Mon Sep 17 00:00:00 2001 From: Jeremy Hofer Date: Thu, 28 Mar 2024 14:02:25 -0400 Subject: feat(music): add additional genres (#2621) --- test/modules/__snapshots__/music.spec.ts.snap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/modules') 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"`; -- cgit v1.2.3