1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Fix test namespace

This commit is contained in:
Dean Herbert 2018-11-30 17:02:01 +09:00
parent e82ad3539b
commit 10095d09c3

View File

@ -18,7 +18,7 @@ using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
using osu.Game.Users;
namespace osu.Game.Tests.Beatmaps.IO
namespace osu.Game.Tests.Scores.IO
{
public class ImportScoreTest
{