Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jul 13, 2023
1 parent d55ad64 commit 6774fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void Ctor_Ok()
var duration = CreateStrategy().ExecutionDuration;

duration.Unit.Should().Be("ms");
duration.Description.Should().Be("The execution duration and execution result of resilience strategies.");
duration.Description.Should().Be("The execution duration and execution results of resilience strategies.");
}

[InlineData(true)]
Expand Down

0 comments on commit 6774fd8

Please sign in to comment.