Skip to content

Commit

Permalink
remove class and fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-iel committed Jul 8, 2024
1 parent e8f2604 commit 12b2006
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
34 changes: 0 additions & 34 deletions src/ByReplace.Test/Common/Helpers/WorkspaceMock.cs

This file was deleted.

3 changes: 1 addition & 2 deletions src/ByReplace.Test/Models/BrConfigurationTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using ByReplace.Models;
using ByReplace.Test.Analyzers;
using ByReplace.Test.Common.ConfigMock;
using ByReplace.Test.Common.FolderMock;
using Xunit;
Expand All @@ -12,7 +11,7 @@ public class BrConfigurationTest

public BrConfigurationTest()
{
_workspaceSyntax = new WorkspaceSyntax(nameof(AnalyzerRunnerTest))
_workspaceSyntax = new WorkspaceSyntax(nameof(BrConfigurationTest))
.BRContent(c =>
{
c.AddPath("")
Expand Down

0 comments on commit 12b2006

Please sign in to comment.