Skip to content

Commit

Permalink
Use default timeout value of 100 mS for refute_broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-suse committed Jul 11, 2023
1 parent 21834be commit f406559
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/trento/application/projectors/host_projector_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ defmodule Trento.HostProjectorTest do

assert cluster_id == projection.cluster_id

refute_broadcast "host_details_updated",
%{id: ^host_id},
100
refute_broadcast "host_details_updated", %{id: ^host_id}
end

test "should update an existing host when HostDetailsUpdated event is received", %{
Expand Down

0 comments on commit f406559

Please sign in to comment.