Skip to content

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bettiolo committed Mar 25, 2013
1 parent 74108bf commit a26c111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PassFruit.Tests.Security/AuthorizationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void WhenAuthorizingJustCreatedAuthorization_ItShouldBeAuthorized()
}

[Test]
public void WhenAuthorizingTheCorrectPassword_ShouldBeAuthorized()
public void WhenAuthorizingTheCorrectPassword_ItShouldBeAuthorized()
{
// Given
var authorizer = CreateAuthorizer();
Expand All @@ -94,7 +94,7 @@ public void WhenAuthorizingTheCorrectPassword_ShouldBeAuthorized()
}

[Test]
public void WhenAuthorizingTheWrongPassword_ShouldNotBeAuthorized()
public void WhenAuthorizingTheWrongPassword_ItShouldNotBeAuthorized()
{
// Given
var authorizer = CreateAuthorizer();
Expand Down

0 comments on commit a26c111

Please sign in to comment.