|
|
|
@ -3,7 +3,6 @@ using System.Linq; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using Shouldly; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
using Xunit; |
|
|
|
|
|
|
|
namespace Volo.Abp.TenantManagement |
|
|
|
@ -48,12 +47,6 @@ namespace Volo.Abp.TenantManagement |
|
|
|
tenant.ConnectionStrings.Count.ShouldBeGreaterThanOrEqualTo(2); |
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
public async Task GetCountAsync() |
|
|
|
{ |
|
|
|
(await TenantRepository.GetCountAsync()).ShouldBeGreaterThan(0); |
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
public async Task GetListAsync() |
|
|
|
{ |
|
|
|
|