Skip to content

Commit 3a3f567

Browse files
committed
Fix copy-pasted method name
1 parent f90126f commit 3a3f567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExternalProjects/BizHawk.AnalyzersTests/BizHawk.Analyzer/NoTargetTypedThrowAnalyzerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace BizHawk.Tests.Analyzers;
1212
public sealed class NoTargetTypedThrowAnalyzerTests
1313
{
1414
[TestMethod]
15-
public Task CheckMisuseOfXORAssignment()
15+
public Task CheckMisuseOfTargetTypedNewForExceptions()
1616
=> Verify.VerifyAnalyzerAsync("""
1717
using System;
1818
public static class Cases {

0 commit comments

Comments
 (0)