Skip to content

Commit

Permalink
Fixes /issues/1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhorikov committed Aug 19, 2017
1 parent 484c5b5 commit 9065a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DddInPractice.Tests/MoneySpecs.cs
Expand Up @@ -43,7 +43,6 @@ public void Two_money_instances_do_not_equal_if_contain_different_money_amounts(
Money hundredCents = new Money(100, 0, 0, 0, 0, 0);

dollar.Should().NotBe(hundredCents);
dollar.GetHashCode().Should().NotBe(hundredCents.GetHashCode());
}

[Theory]
Expand Down

0 comments on commit 9065a3a

Please sign in to comment.