]> git.openstreetmap.org Git - rails.git/commitdiff
spelling: uniqueness
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 25 Jun 2021 04:22:12 +0000 (00:22 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Wed, 21 Jul 2021 14:45:38 +0000 (10:45 -0400)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
test/models/relation_tag_test.rb

index 429e77a92f5997043fbb2fc87f4a0a8e8cf5d4f3..02d6d95c705a6d2ca798372bdc1dff3ab05e42a5 100644 (file)
@@ -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