We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459e9d6 commit 6997b6aCopy full SHA for 6997b6a
tests/IntegrationTests/DeadLetters.fs
@@ -479,7 +479,7 @@ let tests =
479
.Topic(config.TopicName)
480
.SubscriptionName(config.SubscriptionName)
481
.SubscriptionType(SubscriptionType.Shared)
482
- .NegativeAckRedeliveryDelay(TimeSpan.FromMilliseconds(100))
+ .NegativeAckRedeliveryDelay(TimeSpan.FromMilliseconds(100.))
483
.DeadLetterPolicy(config.DeadLettersPolicy)
484
.SubscribeAsync()
485
0 commit comments