Rename class back to original name so I can read the diff

This commit is contained in:
Dean Herbert
2023-05-05 16:19:09 +09:00
parent 4549a865d9
commit 0158102467
4 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ namespace osu.Game.Tests.Database
storage.Dispose();
}
private class TestLegacyModelExporter : LegacyModelExporter<TestRealmObject>
private class TestLegacyModelExporter : LegacyExporter<TestRealmObject>
{
public TestLegacyModelExporter(Storage storage)
: base(storage)