1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 03:22:54 +08:00

Add testfixture annotation

This commit is contained in:
smoogipoo 2018-06-18 17:05:18 +09:00
parent ffc5d7bd43
commit 01b909eaa7

View File

@ -16,6 +16,7 @@ using OpenTK.Graphics;
namespace osu.Game.Tests.Visual
{
[TestFixture]
public class TestCaseEditorSeekSnapping : EditorClockTestCase
{
public TestCaseEditorSeekSnapping()