Skip to content

Commit 22a533c

Browse files
committed
Fix merge.
1 parent 1bf1ef0 commit 22a533c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/EFCore.Design.Tests/Scaffolding/Internal/CSharpRuntimeModelCodeGeneratorTest.cs

-12
Original file line numberDiff line numberDiff line change
@@ -3664,18 +3664,6 @@ public class IdentityUser : TestModels.AspNetIdentity.IdentityUser
36643664
}
36653665

36663666

3667-
public class SelfReferentialEntity
3668-
{
3669-
public long Id { get; set; }
3670-
3671-
public SelfReferentialProperty Collection { get; set; }
3672-
}
3673-
3674-
public class SelfReferentialProperty : List<SelfReferentialProperty>
3675-
{
3676-
}
3677-
3678-
36793667
public class SelfReferentialEntity
36803668
{
36813669
public long Id { get; set; }

0 commit comments

Comments
 (0)