Browse Source

Merge pull request #7704 from abpframework/gterdem/DistributedEventBus-test_fix

LocalDistributedEventBus test compile error
pull/7707/head
Halil İbrahim Kalkan 5 years ago
committed by GitHub
parent
commit
bcd0588af2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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