Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Sep 1, 2019
1 parent 0c2743e commit 346e555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void Backoff_WithMeanFirstDelayLessThanZero_ThrowsException()

// Assert
act.Should().Throw<ArgumentOutOfRangeException>()
.And.ParamName.Should().Be("medianFirstDelay");
.And.ParamName.Should().Be("medianFirstRetryDelay");
}

[Fact]
Expand Down

0 comments on commit 346e555

Please sign in to comment.