Skip to content

Commit

Permalink
Remove FakeMultiFormatIssueProvider.Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 17, 2024
1 parent c3e5df4 commit de7875f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Cake.Issues.Testing/FakeMultiFormatIssueProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ public class FakeMultiFormatIssueProvider(ICakeLog log, FakeMultiFormatIssueProv
/// </summary>
public new FakeMultiFormatIssueProviderSettings IssueProviderSettings => base.IssueProviderSettings;

/// <summary>
/// Gets the format in which issues should be returned.
/// </summary>
public IssueCommentFormat Format { get; private set; }

/// <inheritdoc/>
public override string ProviderName => "Fake Issue Provider";
}

0 comments on commit de7875f

Please sign in to comment.