1 parent c4b4924 commit b6762c7Copy full SHA for b6762c7
1 file changed
Torch.Server.Tests/TorchServerSessionSettingsTest.cs
@@ -20,10 +20,6 @@ public class TorchServerSessionSettingsTest
20
[MemberData(nameof(ModelFields))]
21
public void MissingPropertyTest(FieldInfo modelField)
22
{
23
- // Ignore fields that aren't applicable to SE
24
- if (modelField.GetCustomAttribute<GameRelationAttribute>()?.RelatedTo == Game.MedievalEngineers)
25
- return;
26
-
27
if (string.IsNullOrEmpty(modelField.GetCustomAttribute<DisplayAttribute>()?.Name))
28
return;
29
0 commit comments