Split campaign log summary from detail
This commit is contained in:
@@ -117,7 +117,7 @@ public sealed class ServiceCampaignTests
|
||||
_ = ServiceTestSupport.GetValue(service.CreateSkill(otherSession, otherCharacter.Id, "Perception", "1D+2", 1, true));
|
||||
|
||||
var ownerView = ServiceTestSupport.GetValue(service.GetCampaign(ownerSession, campaign.Id));
|
||||
Assert.Equal(2, ownerView.Characters.Count);
|
||||
Assert.Equal(2, ownerView.Characters.Length);
|
||||
Assert.Contains(ownerView.Characters, character => character.Id == ownerCharacter.Id);
|
||||
Assert.Contains(ownerView.Characters, character => character.Id == otherCharacter.Id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user