Skip to content

Commit

Permalink
tests: use whisper: true in anyt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 1, 2024
1 parent 62e77e7 commit 575f9ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions etc/anyt/broadcast_tests/whisper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
feature "Whisper" do
channel do
def subscribed
stream_from "a"
# whispers_to "a" ???
__istate__["$w"] = "a"
stream_from "a", whisper: true
end
end

Expand Down

0 comments on commit 575f9ab

Please sign in to comment.