Fix copy-pasted method name
This commit is contained in:
parent
f90126f19b
commit
3a3f567dad
|
@ -12,7 +12,7 @@ using Verify = Microsoft.CodeAnalysis.CSharp.Testing.CSharpAnalyzerVerifier<
|
|||
public sealed class NoTargetTypedThrowAnalyzerTests
|
||||
{
|
||||
[TestMethod]
|
||||
public Task CheckMisuseOfXORAssignment()
|
||||
public Task CheckMisuseOfTargetTypedNewForExceptions()
|
||||
=> Verify.VerifyAnalyzerAsync("""
|
||||
using System;
|
||||
public static class Cases {
|
||||
|
|
Loading…
Reference in New Issue