Skip to content

Commit b6762c7

Browse files
committed
Fix
1 parent c4b4924 commit b6762c7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

‎Torch.Server.Tests/TorchServerSessionSettingsTest.cs‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ public class TorchServerSessionSettingsTest
2020
[MemberData(nameof(ModelFields))]
2121
public void MissingPropertyTest(FieldInfo modelField)
2222
{
23-
// Ignore fields that aren't applicable to SE
24-
if (modelField.GetCustomAttribute<GameRelationAttribute>()?.RelatedTo == Game.MedievalEngineers)
25-
return;
26-
2723
if (string.IsNullOrEmpty(modelField.GetCustomAttribute<DisplayAttribute>()?.Name))
2824
return;
2925

0 commit comments

Comments
 (0)