Skip to content

Commit 208d2d9

Browse files
author
fabien.menager
committed
Apply suggestions
1 parent 797b65e commit 208d2d9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/EntityFrameworkCore.Projectables.Generator.Tests/GenericTests.GenericClassMethodsWithTypeParameterParameter.verified.txt renamed to tests/EntityFrameworkCore.Projectables.Generator.Tests/GenericTests.GenericClassMethodsWithClassTypeParameterAsMethodParameter.verified.txt

File renamed without changes.

tests/EntityFrameworkCore.Projectables.Generator.Tests/GenericTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public Task GenericTypesWithConstraints()
154154
/// the failing side was the runtime resolver (fixed in ProjectionExpressionResolver).
155155
/// </summary>
156156
[Fact]
157-
public Task GenericClassMethodsWithTypeParameterParameter()
157+
public Task GenericClassMethodsWithClassTypeParameterAsMethodParameter()
158158
{
159159
var compilation = CreateCompilation(@"
160160
using System;

0 commit comments

Comments
 (0)