chore 优化代码
This commit is contained in:
		| @ -5,5 +5,4 @@ namespace KonSoft.Payment; | ||||
| public abstract class PaymentApplicationTestBase<TStartupModule> : PaymentTestBase<TStartupModule> | ||||
|     where TStartupModule : IAbpModule | ||||
| { | ||||
|  | ||||
| } | ||||
| } | ||||
| @ -8,5 +8,4 @@ namespace KonSoft.Payment; | ||||
| )] | ||||
| public class PaymentApplicationTestModule : 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> : PaymentApplication | ||||
|         result.TotalCount.ShouldBeGreaterThan(0); | ||||
|         result.Items.ShouldContain(u => u.UserName == "admin"); | ||||
|     } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user