Fix tests

This commit is contained in:
Urban Rotnik 2019-11-20 17:54:11 +01:00
parent b9935ce7de
commit d1f23d008a

View file

@ -29,6 +29,7 @@ FactoryBot.define do
trait :date_time_type do
data_type { :RepositoryDateTimeValue }
range { false }
end
end
end