Skip to content

Commit

Permalink
fix: S1144
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Nov 9, 2024
1 parent 8bd2d19 commit 1b0fa53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using LinkDotNet.Blog.Domain;
using LinkDotNet.Blog.Web.Features.Home.Components;
Expand Down Expand Up @@ -30,6 +31,7 @@ private record SocialTestCase(

private class SocialAccountTheoryData : TheoryData<Social, Dictionary<string, bool>>
{
[SuppressMessage("Design", "S1144: Unused private types or members should be removed", Justification = "Used by xUnit")]
public SocialAccountTheoryData()
{
var testCases = new[]
Expand Down

0 comments on commit 1b0fa53

Please sign in to comment.