Browse Source

Update LocalDistributedEventBus_Test.cs

pull/7704/head
Galip Tolga Erdem 5 years ago
parent
commit
81389a8fce
  1. 2
      framework/test/Volo.Abp.EventBus.Tests/Volo/Abp/EventBus/Distributed/LocalDistributedEventBus_Test.cs

2
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()}
}
});

Loading…
Cancel
Save