mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move all TestCases to Testing project
This allows tests to successfully retrieve rulesets, as they are referenced.
This commit is contained in:
@ -40,6 +40,8 @@ namespace osu.Game.Database
|
||||
: this("DataSource=:memory:")
|
||||
{
|
||||
// required for tooling (see https://wildermuth.com/2017/07/06/Program-cs-in-ASP-NET-Core-2-0).
|
||||
|
||||
Migrate();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user