From 58f2256c50d78bae21a96cdc4c2ec5fbd8494f17 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Tue, 23 Jul 2019 11:06:47 -0400 Subject: [PATCH] Typo --- .../NativeTimeouts/When_configuring_delayed_delivery.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NServiceBus.SqlServer.AcceptanceTests/NativeTimeouts/When_configuring_delayed_delivery.cs b/src/NServiceBus.SqlServer.AcceptanceTests/NativeTimeouts/When_configuring_delayed_delivery.cs index 43c933d3f..4b8cefd91 100644 --- a/src/NServiceBus.SqlServer.AcceptanceTests/NativeTimeouts/When_configuring_delayed_delivery.cs +++ b/src/NServiceBus.SqlServer.AcceptanceTests/NativeTimeouts/When_configuring_delayed_delivery.cs @@ -58,7 +58,7 @@ public async Task Should_not_warn_when_only_native_delayed_delivery_is_configure } [Test] - public async Task Should_not_warn_when_both_native_delayed_delivery_and_timeoutmanage_is_configured_with_compatibility_disabled() + public async Task Should_not_warn_when_both_native_delayed_delivery_and_timeoutmanager_is_configured_with_compatibility_disabled() { Requires.MessageDrivenPubSub(); @@ -118,4 +118,4 @@ public EndpointWithTimeoutManagerAndNativeEnabledButCompatibilityDisabled() } } } -} \ No newline at end of file +}