spelling: uniqueness

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-06-25 00:22:12 -04:00
parent fc0aee74af
commit 590f94f531

View file

@ -37,7 +37,7 @@ class RelationTagTest < ActiveSupport::TestCase
assert tag.errors[:relation].any? assert tag.errors[:relation].any?
end end
def test_uniquness def test_uniqueness
existing = create(:relation_tag) existing = create(:relation_tag)
tag = RelationTag.new tag = RelationTag.new
tag.relation_id = existing.relation_id tag.relation_id = existing.relation_id