3 references to UpdatedComment
Infrastructure.Tests (3)
WorkflowScripts\SelectTestsCommentScriptTests.cs (3)
78
var
update = Assert.Single(result.Updated);
173
var
update = Assert.Single(result.Updated);
297
private sealed record CommentScriptResult(CreatedComment[] Created,
UpdatedComment
[] Updated, string[] Minimized, string[] Infos);