1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

I don't know what .ots is but let's not use random file extension that make no sense

This commit is contained in:
Dean Herbert 2023-02-17 13:45:43 +09:00
parent 8ef3fb26e0
commit 372b6b794c

View File

@ -116,7 +116,7 @@ namespace osu.Game.Tests.Database
public string GetExtension() => FileExtension;
protected override string FileExtension => ".ots";
protected override string FileExtension => ".test";
}
}
}