Skip to content

Commit

Permalink
Fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Oct 9, 2024
1 parent 2336b88 commit a8d7713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/ownership_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class OwnershipTest < ActiveSupport::TestCase
"current_role" => "maintainer"
}

assert_equal "rubygem:owner:updated", event.tag
assert_equal "rubygem:owner:role_updated", event.tag
assert_equal attributes, event.additional.attributes
end

Expand Down

0 comments on commit a8d7713

Please sign in to comment.