mirror of https://github.com/ppy/osu
Rename test to better match tested class
This commit is contained in:
parent
3a11d9e102
commit
7c8dd91674
|
@ -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()
|
Loading…
Reference in New Issue