add connection_identifier assertion to ConnectionStub test

This commit is contained in:
leastbad 2021-06-24 07:53:02 -04:00
parent 5d61773812
commit b18e6ba6bd
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class StubConnectionTest < ActionCable::Channel::TestCase
assert_equal "John", subscription.username
assert subscription.admin
assert_equal "John:true", connection.connection_identifier
end
end