X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fc0aee74af892154525ed0183d95eacda0bd16ad..590f94f5311a013b91c0ee37189d8425ff0e01e7:/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