From 06b59451ffadd2c93c0dec9520c1664448c6cfa4 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 16 Oct 2015 21:13:46 -0500 Subject: Fix an error message in the subscription tests --- test/channel/stream_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/channel/stream_test.rb b/test/channel/stream_test.rb index cd0d3d1b83..08cfef5736 100644 --- a/test/channel/stream_test.rb +++ b/test/channel/stream_test.rb @@ -45,7 +45,7 @@ class ActionCable::Channel::StreamTest < ActionCable::TestCase EM::Timer.new(0.1) do expected = ActiveSupport::JSON.encode "identifier" => "{id: 1}", "type" => "confirm_subscription" - assert_equal expected, connection.last_transmission, "Did not receive verification confirmation within 0.1s" + assert_equal expected, connection.last_transmission, "Did not receive subscription confirmation within 0.1s" EM.run_deferred_callbacks EM.stop -- cgit v1.2.3