Rename test to better match tested class

This commit is contained in:
smoogipoo 2021-05-11 09:29:15 +09:00
parent 3a11d9e102
commit 7c8dd91674
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
namespace osu.Game.Tests.Beatmaps namespace osu.Game.Tests.Beatmaps
{ {
[TestFixture] [TestFixture]
public class BeatmapDifficultyManagerTest public class BeatmapDifficultyCacheTest
{ {
[Test] [Test]
public void TestKeyEqualsWithDifferentModInstances() public void TestKeyEqualsWithDifferentModInstances()