Skip to content

Commit

Permalink
Keyword arguments is not a Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Sep 6, 2019
1 parent 438e93f commit 9a15149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actioncable/test/channel/stream_test.rb
Expand Up @@ -175,7 +175,7 @@ class StreamFromTest < ActionCable::TestCase
subscribe_to connection, identifiers: { id: 1 }

assert_called(connection.websocket, :transmit) do
@server.broadcast "test_room_1", { foo: "bar" }, { coder: DummyEncoder }
@server.broadcast "test_room_1", { foo: "bar" }, coder: DummyEncoder
wait_for_async
wait_for_executor connection.server.worker_pool.executor
end
Expand Down

0 comments on commit 9a15149

Please sign in to comment.