From 575f9ab2c99e201df8fa8898ebcf61a99f570304 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Mon, 1 Apr 2024 14:59:24 -0700 Subject: [PATCH] tests: use whisper: true in anyt tests --- etc/anyt/broadcast_tests/whisper_test.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/anyt/broadcast_tests/whisper_test.rb b/etc/anyt/broadcast_tests/whisper_test.rb index cb7603b9..e0d8b314 100644 --- a/etc/anyt/broadcast_tests/whisper_test.rb +++ b/etc/anyt/broadcast_tests/whisper_test.rb @@ -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