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 namespace osu.Game.Tests.Visual
{ {
[TestFixture]
public class TestCaseEditorSeekSnapping : EditorClockTestCase public class TestCaseEditorSeekSnapping : EditorClockTestCase
{ {
public TestCaseEditorSeekSnapping() public TestCaseEditorSeekSnapping()