From 81389a8fce651512e1720178f8a20c0322ec9416 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Fri, 12 Feb 2021 11:21:02 +0300 Subject: [PATCH] Update LocalDistributedEventBus_Test.cs --- .../Abp/EventBus/Distributed/LocalDistributedEventBus_Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/test/Volo.Abp.EventBus.Tests/Volo/Abp/EventBus/Distributed/LocalDistributedEventBus_Test.cs b/framework/test/Volo.Abp.EventBus.Tests/Volo/Abp/EventBus/Distributed/LocalDistributedEventBus_Test.cs index 7022f41b21..5bea07fc44 100644 --- a/framework/test/Volo.Abp.EventBus.Tests/Volo/Abp/EventBus/Distributed/LocalDistributedEventBus_Test.cs +++ b/framework/test/Volo.Abp.EventBus.Tests/Volo/Abp/EventBus/Distributed/LocalDistributedEventBus_Test.cs @@ -56,7 +56,7 @@ namespace Volo.Abp.EventBus.Distributed { Properties = { - {"TenantId", tenantId} + {"TenantId", tenantId.ToString()} } });