Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Add some more missing aliases from rebase.
  • Loading branch information
martincostello committed May 18, 2023
1 parent 4a6fa89 commit cbc996d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using Polly.Hedging.Utils;
using Polly.Strategy;
using Polly.Utils;
using TimeProvider = Polly.Utils.TimeProvider;

namespace Polly.Core.Tests.Hedging.Controller;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Polly.Core.Tests.Helpers;
using Polly.Utils;
using Xunit;
using TimeProvider = Polly.Utils.TimeProvider;

namespace Polly.Core.Tests.Utils;

Expand Down

0 comments on commit cbc996d

Please sign in to comment.