Skip to content

Commit

Permalink
(#188) Improve AggregateId test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkiprik committed May 26, 2024
1 parent 1705a35 commit d47fe4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void AggregateId_CreatedTwiceSameGuid_ShouldBeSame()
var id2 = new AggregateId(id);

// Assert
Assert.Equal(id1.Value, id2.Value);
Assert.True(id1.Equals(id2));
}

[Fact]
Expand Down

0 comments on commit d47fe4a

Please sign in to comment.