Skip to content

Commit

Permalink
Remove AllowMultiple on DirectoryBasedTestDiscovererAttribute. (#3953)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamnamboodiripad authored Aug 22, 2022
1 parent 33122a2 commit 9d0036a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.VisualStudio.TestPlatform.ObjectModel;
/// If neither this attribute nor the <see cref="FileExtensionAttribute"/> is provided on the test discoverer,
/// it will be called for all relevant test files and directories.
/// </remarks>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
[AttributeUsage(AttributeTargets.Class)]
public sealed class DirectoryBasedTestDiscovererAttribute : Attribute
{
}

0 comments on commit 9d0036a

Please sign in to comment.