1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 18:30:21 +08:00

Fix typo in test name

This commit is contained in:
Bartłomiej Dach
2023-07-01 20:38:00 +02:00
Unverified
parent 1ce60378be
commit b6e9422aa4
@@ -348,7 +348,7 @@ namespace osu.Game.Tests.Database
}
[Test]
public void TestDandlingScoreTransferred()
public void TestDanglingScoreTransferred()
{
RunTestWithRealmAsync(async (realm, storage) =>
{