Skip to content

Commit 3ece982

Browse files
author
fabien.menager
committed
Update obsolete tests
1 parent 4b20a93 commit 3ece982

2 files changed

Lines changed: 2 additions & 2 deletions

tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.DictionaryIndexInitializer_IsBeingRewritten.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Foo;
99
namespace EntityFrameworkCore.Projectables.Generated
1010
{
1111
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
12-
static class Foo_EntityExtensions_ToDictionary
12+
static class Foo_EntityExtensions_ToDictionary_P0_Foo_EntityExtensions_Entity
1313
{
1414
static global::System.Linq.Expressions.Expression<global::System.Func<global::Foo.EntityExtensions.Entity, global::System.Collections.Generic.Dictionary<string, object>>> Expression()
1515
{

tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.DictionaryObjectInitializer_PreservesCollectionInitializerSyntax.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Foo;
99
namespace EntityFrameworkCore.Projectables.Generated
1010
{
1111
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
12-
static class Foo_EntityExtensions_ToDictionary
12+
static class Foo_EntityExtensions_ToDictionary_P0_Foo_EntityExtensions_Entity
1313
{
1414
static global::System.Linq.Expressions.Expression<global::System.Func<global::Foo.EntityExtensions.Entity, global::System.Collections.Generic.Dictionary<string, string>>> Expression()
1515
{

0 commit comments

Comments
 (0)