mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
minor style fix
This commit is contained in:
parent
60c5eb63ce
commit
6205240a56
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ describe UserAction do
|
|||
post.topic.toggle_star(post.user, true)
|
||||
UserAction.delete_all
|
||||
|
||||
action1 = UserAction.log_action!(
|
||||
UserAction.log_action!(
|
||||
action_type: UserAction::STAR,
|
||||
user_id: post.user.id,
|
||||
acting_user_id: post.user.id,
|
||||
|
@ -258,7 +258,7 @@ describe UserAction do
|
|||
target_post_id: -1,
|
||||
)
|
||||
|
||||
action2 = UserAction.log_action!(
|
||||
UserAction.log_action!(
|
||||
action_type: UserAction::STAR,
|
||||
user_id: Fabricate(:user).id,
|
||||
acting_user_id: post.user.id,
|
||||
|
|
Loading…
Add table
Reference in a new issue