From b767dd66bafed3d7f7f7c1c2705d3bd02dcebb65 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Thu, 18 Apr 2024 18:33:03 +0300 Subject: [PATCH] reproduce issue --- .../MsTestAnalyzerTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs/MsTestAnalyzerTests.cs b/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs/MsTestAnalyzerTests.cs index ef3036d6..44d0cf7f 100644 --- a/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs/MsTestAnalyzerTests.cs +++ b/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs/MsTestAnalyzerTests.cs @@ -1,7 +1,6 @@ using System.Collections.Generic; using System.Globalization; using Microsoft.VisualStudio.TestTools.UnitTesting; -using FluentAssertions; namespace FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs;