From d17cccbd104476f33ba41e6730bf38f8f89b1c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20Dahl=C3=A9n?= <85930202+kickster97@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:43:52 +0100 Subject: [PATCH] Update spec/mqtt/integrations/message_qos_spec.cr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jon Börjesson --- spec/mqtt/integrations/message_qos_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/mqtt/integrations/message_qos_spec.cr b/spec/mqtt/integrations/message_qos_spec.cr index dfb28d8ce2..c3567a4f82 100644 --- a/spec/mqtt/integrations/message_qos_spec.cr +++ b/spec/mqtt/integrations/message_qos_spec.cr @@ -261,7 +261,7 @@ module MqttSpecs end end - it "should not enqueue messages with QoS 0 if no client is subscribed to the session" do + it "should not enqueue messages with QoS 0 if no client is connected to the session" do with_server do |server| with_client_io(server) do |io| connect(io)