Skip to content

Commit 28fbb46

Browse files
committed
Typo
1 parent 1b29cd2 commit 28fbb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/NHibernate.AspNet.Identity.Tests/UserStoreTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void WhenRemoveLoginAsync()
8585
}
8686

8787
[TestMethod]
88-
public void WhenCeateUserAsync()
88+
public void WhenCreateUserAsync()
8989
{
9090
var userManager = new UserManager<ApplicationUser>(new UserStore<ApplicationUser>(_session));
9191
var user = new ApplicationUser() { UserName = "RealUserName" };

0 commit comments

Comments
 (0)