posts: remove unused methods.

This commit is contained in:
evazion
2021-09-26 07:58:06 -05:00
parent 01cdc7da7f
commit 1075277d36
2 changed files with 1 additions and 40 deletions

View File

@@ -405,7 +405,6 @@ class UploadServiceTest < ActiveSupport::TestCase
should "work" do
as(@user) { @post.replace!(replacement_url: @post.source) }
assert_equal(@post_md5, @post.md5)
assert_match(/#{@post_md5}/, @post.file_path)
end
end