1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:13:34 +08:00

Fix typo in test name

This commit is contained in:
Bartłomiej Dach 2023-07-01 20:38:00 +02:00
parent 1ce60378be
commit b6e9422aa4
No known key found for this signature in database

View File

@ -348,7 +348,7 @@ namespace osu.Game.Tests.Database
}
[Test]
public void TestDandlingScoreTransferred()
public void TestDanglingScoreTransferred()
{
RunTestWithRealmAsync(async (realm, storage) =>
{