horse: remove old comment from test

This commit is contained in:
2026-01-15 14:17:24 -05:00
parent a04ec970f2
commit 8059c07ebf

View File

@@ -23,8 +23,6 @@ var SortedSkills = sync.OnceValue(func() []horse.Skill {
func TestSkillStrings(t *testing.T) {
t.Parallel()
for _, s := range SortedSkills() {
// We could check that s.ID.String() matches s.Name,
// but that may be awkward for inherited skills.
for _, a := range s.Activations {
for _, abil := range a.Abilities {
if n := abil.Type.String(); strings.HasPrefix(n, "AbilityType(") {