Fix copy-pasted method name

This commit is contained in:
YoshiRulz 2024-09-14 02:29:39 +10:00
parent f90126f19b
commit 3a3f567dad
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {