Fix typo
This commit is contained in:
parent
50a32f0cb8
commit
fec7e55cbf
|
|
@ -49,7 +49,7 @@ namespace Microsoft.AspNet.Identity.EntityFramework.InMemory.Test
|
||||||
{
|
{
|
||||||
builder.Entity<TUser>(b =>
|
builder.Entity<TUser>(b =>
|
||||||
{
|
{
|
||||||
b.Key(u => u.Id)
|
b.Key(u => u.Id);
|
||||||
b.Property(u => u.UserName);
|
b.Property(u => u.UserName);
|
||||||
b.ToTable("AspNetUsers");
|
b.ToTable("AspNetUsers");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue