|
@@ -242,6 +242,7 @@ public class SnapshotApplicationTest : TestBase
|
|
|
[Fact]
|
|
|
public async Task AddVolunteerReport_Test()
|
|
|
{
|
|
|
+ await _snapshotApplication.AddVolunteerAsync(new AddVolunteerInDto {Name = _sessionContext.UserName, PhoneNumber = _sessionContext.Phone }, CancellationToken.None);
|
|
|
var inDto = _fixture.Create<AddVolunteerReportInDto>();
|
|
|
foreach (var item in inDto.Files)
|
|
|
{
|
|
@@ -308,12 +309,6 @@ public class SnapshotApplicationTest : TestBase
|
|
|
detail.Content.ShouldNotBeNullOrEmpty();
|
|
|
}
|
|
|
|
|
|
- [Fact]
|
|
|
- public async Task InitRedPackDataAsync()
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// 测试行业
|
|
|
/// 测试添加数据是否和获取的数据一致
|