Skip to content

Commit

Permalink
Add TelemetrySource to RateLimiterRejectedException
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-csala committed Oct 17, 2024
1 parent efac721 commit a1d174f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ public void BinaryDeserialization_Ok()
var result = SerializeAndDeserializeException(new RateLimiterRejectedException(timeout));
result.RetryAfter.Should().Be(timeout);

result = SerializeAndDeserializeException(new RateLimiterRejectedException(TimeSpan.Zero));
result.RetryAfter.Should().BeNull();

result = SerializeAndDeserializeException(new RateLimiterRejectedException());
result.RetryAfter.Should().BeNull();

Expand Down

0 comments on commit a1d174f

Please sign in to comment.