X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d02b8d9f1ed9b99651cdffae69b8c70e533d5517..2fabc46421f9e908ef6902ea7c4890a0032af446:/test/models/relation_tag_test.rb 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