Skip to content

Commit

Permalink
Merge pull request #69 from marcwittke/hotfix/what
Browse files Browse the repository at this point in the history
nuget fummelei
  • Loading branch information
marcwittke committed Jun 24, 2019
2 parents 5f4311d + 0a4a1e5 commit 372c99f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void CanDelete()
}

[Fact]
public void CanDeleteDependant()
public void CanDeleteDependent()
{
using (var dbs = _fixture.UseDbSession())
{
Expand Down Expand Up @@ -239,7 +239,7 @@ public void CanUpdateDependant()
//}

[Fact]
public void CanAddDependant()
public void CanAddDependent()
{
using (var dbs = _fixture.UseDbSession())
{
Expand Down

0 comments on commit 372c99f

Please sign in to comment.