Skip to content

Commit

Permalink
Merge branch 'master' into bugfix-spotify-rate-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism authored Jan 18, 2025
2 parents e2050db + c7ca4c1 commit e89c003
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/unit_tests/ci/song_selector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,9 @@ describe("song selector", () => {
"Jungkook",
]);

await gp.setBeginningCutoffYear(2009);
await gp.setEndCutoffYear(2024);

await gp.setExcludes(excludeGroups.matchedGroups);
},
},
Expand Down

0 comments on commit e89c003

Please sign in to comment.