Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Aug 17, 2024
1 parent cd9749d commit bf9d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/html_pipeline_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_mention_and_team_mention_node_filters_are_applied
convert_filter: HTMLPipeline::ConvertFilter::MarkdownFilter.new,
node_filters: [
HTMLPipeline::NodeFilter::MentionFilter.new,
HTMLPipeline::NodeFilter::TeamMentionFilter.new
HTMLPipeline::NodeFilter::TeamMentionFilter.new,
],
)
result = pipeline.call(text)[:output]
Expand Down

0 comments on commit bf9d961

Please sign in to comment.