Browse Source

Create tests, fix

pull/2539/head
Manny Dinssa 2 years ago
parent
commit
ff6050ccb0
  1. 2
      spec/factories/csv_variable_definitions.rb

2
spec/factories/csv_variable_definitions.rb

@ -2,7 +2,7 @@ FactoryBot.define do
factory :csv_variable_definition do factory :csv_variable_definition do
variable { "variable" } variable { "variable" }
definition { "definition" } definition { "definition" }
log_type { "log" } log_type { "lettings" }
user_type { "support" } user_type { "support" }
year { 2024 } year { 2024 }
end end

Loading…
Cancel
Save