Skip to content

Commit

Permalink
cosmetics on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Sep 17, 2024
1 parent ab10e5e commit 59a5040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tags_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_remove_unused_tags
def test_add_new_tag_should_increase_count
issue = issues :issues_002

assert_difference 'ActsAsTaggableOn::Tag.count', 1 do
assert_difference 'ActsAsTaggableOn::Tag.count' do
issue.tag_list << 'unused_new_tag'

assert_save issue
Expand Down

0 comments on commit 59a5040

Please sign in to comment.