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
|
public sealed class NoTargetTypedThrowAnalyzerTests
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public Task CheckMisuseOfXORAssignment()
|
public Task CheckMisuseOfTargetTypedNewForExceptions()
|
||||||
=> Verify.VerifyAnalyzerAsync("""
|
=> Verify.VerifyAnalyzerAsync("""
|
||||||
using System;
|
using System;
|
||||||
public static class Cases {
|
public static class Cases {
|
||||||
|
|
Loading…
Reference in New Issue