Skip to content

Commit 6997b6a

Browse files
committed
Fixed build
1 parent 459e9d6 commit 6997b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTests/DeadLetters.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ let tests =
479479
.Topic(config.TopicName)
480480
.SubscriptionName(config.SubscriptionName)
481481
.SubscriptionType(SubscriptionType.Shared)
482-
.NegativeAckRedeliveryDelay(TimeSpan.FromMilliseconds(100))
482+
.NegativeAckRedeliveryDelay(TimeSpan.FromMilliseconds(100.))
483483
.DeadLetterPolicy(config.DeadLettersPolicy)
484484
.SubscribeAsync()
485485

0 commit comments

Comments
 (0)