mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +00:00
Add required types for BeatmapDetailArea test case
This commit is contained in:
parent
9df27f3a5f
commit
04b88cdd11
@ -1,6 +1,8 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using NUnit.Framework;
|
||||
using osu.Framework.Graphics;
|
||||
@ -14,6 +16,8 @@ namespace osu.Game.Tests.Visual
|
||||
[System.ComponentModel.Description("PlaySongSelect leaderboard/details area")]
|
||||
public class TestCaseBeatmapDetailArea : OsuTestCase
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(BeatmapDetails) };
|
||||
|
||||
public TestCaseBeatmapDetailArea()
|
||||
{
|
||||
BeatmapDetailArea detailsArea;
|
||||
|
Loading…
Reference in New Issue
Block a user