chore 优化代码
This commit is contained in:
@ -5,5 +5,4 @@ namespace KonSoft.Dispatch;
|
||||
public abstract class DispatchApplicationTestBase<TStartupModule> : DispatchTestBase<TStartupModule>
|
||||
where TStartupModule : IAbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -8,5 +8,4 @@ namespace KonSoft.Dispatch;
|
||||
)]
|
||||
public class DispatchApplicationTestModule : AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user