mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Use is
class instead of Equals
with template index
Ensures ordering of `PossibleTemplates` does not affect tests.
This commit is contained in:
@ -70,7 +70,5 @@ namespace osu.Game.Rulesets.Edit.Checks.Components
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public bool Equals(IssueTemplate other) => other.Type == Type && other.UnformattedMessage == UnformattedMessage;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user