Skip to content

Commit

Permalink
Improved test.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed Dec 6, 2015
1 parent 7ab7b3a commit 6b7d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Expand Up @@ -1884,7 +1884,7 @@
created_by_id: 1,
)

chat = Chat.create(
chat = Chat.create_if_not_exists(
name: 'default',
max_queue: 5,
note: '',
Expand Down

0 comments on commit 6b7d4ce

Please sign in to comment.