X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..d70529f12b0d7333497252a67c14ef2d87e55a78:/test/models/relation_member_test.rb?ds=sidebyside diff --git a/test/models/relation_member_test.rb b/test/models/relation_member_test.rb index 2c03bc17e..170b1977c 100644 --- a/test/models/relation_member_test.rb +++ b/test/models/relation_member_test.rb @@ -1,9 +1,4 @@ require "test_helper" class RelationMemberTest < ActiveSupport::TestCase - api_fixtures - - def test_relation_member_count - assert_equal 9, RelationMember.count - end end