Skip to content

Commit

Permalink
Fix the api change and follow the behavior how other ruleset did.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 29, 2023
1 parent f92099e commit e3cf51c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
17 changes: 0 additions & 17 deletions osu.Game.Rulesets.Karaoke.Tests/Mods/KaraokeModPerfectTestScene.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
using NUnit.Framework;
using osu.Game.Rulesets.Karaoke.Mods;
using osu.Game.Rulesets.Karaoke.Objects;
using osu.Game.Tests.Visual;

namespace osu.Game.Rulesets.Karaoke.Tests.Mods;

public partial class TestSceneKaraokeModPerfect : KaraokeModPerfectTestScene
public partial class TestSceneKaraokeModPerfect : ModFailConditionTestScene
{
protected override Ruleset CreatePlayerRuleset() => new KaraokeRuleset();

public TestSceneKaraokeModPerfect()
: base(new KaraokeModPerfect())
{
Expand Down

0 comments on commit e3cf51c

Please sign in to comment.