Removed not existing model.

This commit is contained in:
Martin Edenhofer 2015-11-16 15:43:50 +01:00
parent 84a59f0330
commit 0cb2cb0c4f

View file

@ -48,12 +48,6 @@ class ChatTest < ActiveSupport::TestCase
updated_by_id: 1, updated_by_id: 1,
created_by_id: 1, created_by_id: 1,
) )
chat_topic = Chat::Topic.create(
chat_id: chat.id,
name: 'default',
updated_by_id: 1,
created_by_id: 1,
)
# check if feature is disabled # check if feature is disabled
assert_equal('chat_disabled', chat.customer_state[:state]) assert_equal('chat_disabled', chat.customer_state[:state])