From: Josh Soref Date: Fri, 25 Jun 2021 04:22:12 +0000 (-0400) Subject: spelling: uniqueness X-Git-Tag: live~1543^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/590f94f5311a013b91c0ee37189d8425ff0e01e7 spelling: uniqueness Signed-off-by: Josh Soref --- diff --git a/test/models/relation_tag_test.rb b/test/models/relation_tag_test.rb index 429e77a92..02d6d95c7 100644 --- a/test/models/relation_tag_test.rb +++ b/test/models/relation_tag_test.rb @@ -37,7 +37,7 @@ class RelationTagTest < ActiveSupport::TestCase assert tag.errors[:relation].any? end - def test_uniquness + def test_uniqueness existing = create(:relation_tag) tag = RelationTag.new tag.relation_id = existing.relation_id