Skip to content

Commit

Permalink
update mention_spec.rb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Sep 23, 2024
1 parent 74aca64 commit 59ac443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/mention_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

describe '#notify_later' do
it 'should queue the notification' do
project_board = create :board, section: "project-#{ focus.project.id
project_board = create :board, section: "project-#{ focus.project.id}"
project_discussion = create :discussion, board: project_board
project_comment = create :comment, discussion: project_discussion
mention = build :mention, mentionable: focus, comment: project_comment
Expand Down

0 comments on commit 59ac443

Please sign in to comment.