Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Aug 11, 2023
1 parent f7c0ea9 commit 5213bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Polly.Core.Tests/ResiliencePipelineBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public void AddPipeline_AfterUsed_Throws()
.Invoking(b => b.AddPipeline(NullResiliencePipeline.Instance))
.Should()
.Throw<InvalidOperationException>()
.WithMessage("Cannot add any more resilience pipelines to the builder after it has been used to build a strategy once.");
.WithMessage("Cannot add any more resilience strategies to the builder after it has been used to build a pipeline once.");
}

[Fact]
Expand Down

0 comments on commit 5213bce

Please sign in to comment.