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