Skip to content

Commit

Permalink
Merge pull request #372 from tonyhallett/fix-issue-364
Browse files Browse the repository at this point in the history
remove ( unused ) reflected member
  • Loading branch information
tonyhallett authored Jan 12, 2024
2 parents 0c0f134 + 9982545 commit a77028b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SharedProject/Impl/TestContainerDiscovery/TestRunResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ public TestRunResponse(object toReflect) : base(toReflect) { }
public long SkippedTests { get; protected set; }
[ReflectFlags(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance)]
public long TotalTests { get; protected set; }
[ReflectFlags(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance)]
public bool IsAborted { get; protected set; }

}
}

0 comments on commit a77028b

Please sign in to comment.