Removed not existing model.
This commit is contained in:
parent
84a59f0330
commit
0cb2cb0c4f
1 changed files with 0 additions and 6 deletions
|
@ -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])
|
||||||
|
|
Loading…
Reference in a new issue