Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken committed Jul 3, 2024
1 parent 4f871cb commit 153bb97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/MinimalRichDomain.Tests/EventSourcedEntityTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ protected override void Apply(IDomainEvent domainEvent)
ApplyEvent((dynamic)domainEvent);
}

protected override void ValidateState()
{
}

private void ApplyEvent(TestDomainEvent @event)
{
}
Expand Down

0 comments on commit 153bb97

Please sign in to comment.