Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jun 22, 2023
1 parent 03f534b commit fd2a4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Polly.Core.Tests/Helpers/FakeTimeProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal class FakeTimeProvider : Mock<TimeProvider>
private DateTimeOffset? _time;

public FakeTimeProvider()
: base(MockBehavior.Loose)
: base(MockBehavior.Strict)
{
}

Expand Down

0 comments on commit fd2a4b1

Please sign in to comment.