Add test coverage of corrupt realm creating backup

This commit is contained in:
Dean Herbert
2022-07-04 16:45:21 +09:00
parent 925d7b1fdc
commit 64edc6888d
3 changed files with 39 additions and 11 deletions

View File

@ -138,7 +138,7 @@ namespace osu.Game.Tests.Collections.IO
{
string firstRunName;
using (var host = new CleanRunHeadlessGameHost(bypassCleanup: true))
using (var host = new CleanRunHeadlessGameHost(bypassCleanupOnDispose: true))
{
firstRunName = host.Name;