mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
use consistent style
This commit is contained in:
parent
d54f6faa35
commit
6c3c9345df
1 changed files with 2 additions and 2 deletions
|
@ -173,14 +173,14 @@ describe Notification do
|
|||
user_id: user.id,
|
||||
topic_id: 2,
|
||||
post_number: 1,
|
||||
data: {}.to_json,
|
||||
data: '{}',
|
||||
notification_type: Notification.types[:private_message])
|
||||
|
||||
other = Notification.create!(read: false,
|
||||
user_id: user.id,
|
||||
topic_id: 2,
|
||||
post_number: 1,
|
||||
data: {}.to_json,
|
||||
data: '{}',
|
||||
notification_type: Notification.types[:mentioned])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue