Browse Source

Improved test.

Martin Edenhofer 9 years ago
parent
commit
6b7d4cee65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db/seeds.rb

+ 1 - 1
db/seeds.rb

@@ -1884,7 +1884,7 @@ Report::Profile.create_if_not_exists(
   created_by_id: 1,
 )
 
-chat = Chat.create(
+chat = Chat.create_if_not_exists(
   name: 'default',
   max_queue: 5,
   note: '',