Corrected test errors

This commit is contained in:
Sergei Tsoganov 2023-03-16 12:32:02 +02:00
parent ec203df164
commit edc4162f71
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@ class PaperTrailLearningTest < ActiveSupport::TestCase
t.string :title
# Otherwise `touch` fails silently
t.datetime :created_at
t.datetime :updated_at
end
end