Browse Source

Removed not existing model.

Martin Edenhofer 9 years ago
parent
commit
0cb2cb0c4f
1 changed files with 0 additions and 6 deletions
  1. 0 6
      test/unit/chat_test.rb

+ 0 - 6
test/unit/chat_test.rb

@@ -48,12 +48,6 @@ class ChatTest < ActiveSupport::TestCase
       updated_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
     assert_equal('chat_disabled', chat.customer_state[:state])