Skip to content

Commit 5dfd2dc

Browse files
CopilotYunchuWang
andcommitted
Use CSharpAnalyzerVerifier instead of CodeFixVerifier for consistency
Co-authored-by: YunchuWang <[email protected]>
1 parent d07acf0 commit 5dfd2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Analyzers.Tests/Orchestration/GetInputOrchestrationAnalyzerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Microsoft.CodeAnalysis.Testing;
55
using Microsoft.DurableTask.Analyzers.Orchestration;
66

7-
using VerifyCS = Microsoft.DurableTask.Analyzers.Tests.Verifiers.CSharpCodeFixVerifier<Microsoft.DurableTask.Analyzers.Orchestration.GetInputOrchestrationAnalyzer, Microsoft.CodeAnalysis.Testing.EmptyCodeFixProvider>;
7+
using VerifyCS = Microsoft.DurableTask.Analyzers.Tests.Verifiers.CSharpAnalyzerVerifier<Microsoft.DurableTask.Analyzers.Orchestration.GetInputOrchestrationAnalyzer>;
88

99
namespace Microsoft.DurableTask.Analyzers.Tests.Orchestration;
1010

0 commit comments

Comments
 (0)