Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornhellander committed Dec 19, 2023
1 parent 5fd6a8f commit baebf75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public async Task TestProtectedReadonlyFieldStartingWithUpperCaseAsync()
}

[Fact]
public async Task TestFieldInNativeClassMethodAsync()
public async Task TestFieldInNativeMethodsClassAsync()
{
var testCode = @"public class FooNativeMethods
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void TestMethod()
}

[Fact]
public async Task TestVariableNamesInNativeClassMethodAsync()
public async Task TestVariableNamesInNativeMethodsClassAsync()
{
var testCode = @"
public class TypeNameNativeMethods
Expand Down

0 comments on commit baebf75

Please sign in to comment.