Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Jul 18, 2023
1 parent 1dfaaac commit 4c61fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void Apply_ShouldThrow_WhenEventTypeIsWrong()
Action act = () => sut.Apply(new DummyEvent());

// assert
act.Should().Throw<NotImplementedException>();
act.Should().Throw<InvalidOperationException>();
}

[Fact]
Expand Down

0 comments on commit 4c61fc0

Please sign in to comment.