Skip to content

Commit 1b0fa53

Browse files
committed
fix: S1144
1 parent 8bd2d19 commit 1b0fa53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/LinkDotNet.Blog.UnitTests/Web/Features/Home/Components/SocialAccountTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Collections.Generic;
2+
using System.Diagnostics.CodeAnalysis;
23
using System.Linq;
34
using LinkDotNet.Blog.Domain;
45
using LinkDotNet.Blog.Web.Features.Home.Components;
@@ -30,6 +31,7 @@ private record SocialTestCase(
3031

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

0 commit comments

Comments
 (0)