chore 优化代码

This commit is contained in:
2025-10-16 10:30:51 +08:00
parent f1c609b4be
commit 1f5bc3e971
367 changed files with 2705 additions and 3083 deletions

View File

@ -5,5 +5,4 @@ namespace KonSoft.Dispatch;
public abstract class DispatchApplicationTestBase<TStartupModule> : DispatchTestBase<TStartupModule>
where TStartupModule : IAbpModule
{
}
}

View File

@ -8,5 +8,4 @@ namespace KonSoft.Dispatch;
)]
public class DispatchApplicationTestModule : AbpModule
{
}
}

View File

@ -1,5 +1,5 @@
using Shouldly;
using System.Threading.Tasks;
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.Identity;
using Volo.Abp.Modularity;
using Xunit;
@ -31,4 +31,4 @@ public abstract class SampleAppServiceTests<TStartupModule> : DispatchApplicatio
result.TotalCount.ShouldBeGreaterThan(0);
result.Items.ShouldContain(u => u.UserName == "admin");
}
}
}