remove lint

This commit is contained in:
2026-01-26 21:56:55 +01:00
parent f42e9da504
commit 654ec39f36
3 changed files with 3 additions and 5 deletions
@@ -18,6 +18,5 @@ class CreateSuggestedMeanings < ActiveRecord::Migration[8.1]
t.timestamps
end
end
end
-1
View File
@@ -37,5 +37,4 @@ class CommentTest < ActiveSupport::TestCase
comment = Comment.new(user: user, body: "This is a comment.", language: language)
assert_not comment.valid?
end
end