Skip to content

Commit c07cc48

Browse files
authored
Rename test classes (#2226)
Make `Specs` the suffix.
1 parent ed1c79b commit c07cc48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/Polly.Specs/Retry/RetryTResultSpecsAsync.cs test/Polly.Specs/Retry/RetryTResultAsyncSpecs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Polly.Specs.Retry;
44

5-
public class RetryTResultSpecsAsync
5+
public class RetryTResultAsyncSpecs
66
{
77
[Fact]
88
public void Should_throw_when_action_is_null()

test/Polly.Specs/Wrap/PolicyWrapSpecsAsync.cs test/Polly.Specs/Wrap/PolicyWrapAsyncSpecs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Polly.Specs.Wrap;
22

33
[Collection(Constants.SystemClockDependentTestCollection)]
4-
public class PolicyWrapSpecsAsync
4+
public class PolicyWrapAsyncSpecs
55
{
66
#region Instance configuration syntax tests, non-generic outer
77

test/Polly.Specs/Wrap/PolicyWrapContextAndKeySpecsAsync.cs test/Polly.Specs/Wrap/PolicyWrapContextAndKeyAsyncSpecs.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Polly.Specs.Wrap;
22

33
[Collection(Constants.SystemClockDependentTestCollection)]
4-
public class PolicyWrapContextAndKeySpecsAsync
4+
public class PolicyWrapContextAndKeyAsyncSpecs
55
{
66
#region PolicyKey and execution Context tests
77

@@ -188,7 +188,7 @@ await outerWrap.ExecuteAsync(() =>
188188
}
189189

190190
[Collection(Constants.SystemClockDependentTestCollection)]
191-
public class PolicyWrapTResultContextAndKeySpecsAsync
191+
public class PolicyWrapTResultContextAndKeyAsyncSpecs
192192
{
193193
#region PolicyKey and execution Context tests
194194

0 commit comments

Comments
 (0)