Skip to content

Commit

Permalink
Remove Net60ClientNet48Service test category (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysparry authored Nov 13, 2024
1 parent 0402052 commit 25085d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public class TentacleTestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IIm
{
private readonly NUnitTestCaseBuilder _builder = new();

public const string Net60ClientNet48Service = nameof(Net60ClientNet48Service);
public const string Net80ClientNet48Service = nameof(Net80ClientNet48Service);

/// <summary>
Expand Down Expand Up @@ -170,7 +169,6 @@ private IEnumerable<ITestCaseData> GetTestCasesFor(IMethodInfo method)
#if !NETFRAMEWORK
if (item is TentacleConfigurationTestCase {TentacleRuntime: TentacleRuntime.Framework48} testCase)
{
parms.Properties.Add(PropertyNames.Category, Net60ClientNet48Service);
parms.Properties.Add(PropertyNames.Category, Net80ClientNet48Service);
}
#endif
Expand Down

0 comments on commit 25085d0

Please sign in to comment.