diff --git a/osu.Game.Rulesets.Karaoke.Architectures/Edit/Checks/TestCheckTest.cs b/osu.Game.Rulesets.Karaoke.Architectures/Edit/Checks/TestCheckTest.cs index 5721fd9d7..635feac6a 100644 --- a/osu.Game.Rulesets.Karaoke.Architectures/Edit/Checks/TestCheckTest.cs +++ b/osu.Game.Rulesets.Karaoke.Architectures/Edit/Checks/TestCheckTest.cs @@ -96,8 +96,8 @@ static bool isTestNamingValid(IMember testMethod) if (calledMethods != null) { - // todo: should get the generic type from the AssertNotOk method. - return testMethod.NameStartsWith("IssueTemplate"); + // todo: should get the generic type from the AssertNotOk method. the end of the method should be the issue template. + return testMethod.NameStartsWith("TestCheck"); } return true;