Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Sebosek/Idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bušek committed Jun 30, 2016
2 parents 6784632 + 0f1396f commit 60b9db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Idea.Repository.EntityFramework.Tests/RepositoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void Create_CreateHeroInNotCommitedUow_InsideCommitedUow_ShouldNotStoreDa
}

[Fact]
public void Create_CreateHeroInCommitedUow_InsideCommitedUow_ShouldNotStoreData()
public void Create_CreateHeroInCommitedUow_InsideCommitedUow_ShouldStoreData()
{
var ww = new Hero
{
Expand Down

0 comments on commit 60b9db2

Please sign in to comment.