Skip to content

Commit

Permalink
Fixed documentation for the TestMethodAttribute (#715)
Browse files Browse the repository at this point in the history
This PR fixes a wrong XML documentation comment for the `displayName` parameter on the `TestMethodAttribute` constructor.
  • Loading branch information
johanbenschop committed Jun 5, 2020
1 parent 7b45d8a commit 038d2ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public TestMethodAttribute()
/// Initializes a new instance of the <see cref="TestMethodAttribute"/> class.
/// </summary>
/// <param name="displayName">
/// Message specifies reason for ignoring.
/// Display Name for the Test Window
/// </param>
public TestMethodAttribute(string displayName)
{
Expand Down

0 comments on commit 038d2ef

Please sign in to comment.