Browse Source

Remove destroy all for case log csv test

pull/747/head
Kat 3 years ago
parent
commit
1b2192397d
  1. 1
      spec/models/case_log_spec.rb

1
spec/models/case_log_spec.rb

@ -2242,7 +2242,6 @@ RSpec.describe CaseLog do
let(:location) { FactoryBot.create(:location, scheme:, type_of_unit: 6, postcode: "SE11TE") }
before do
described_class.destroy_all
Timecop.freeze(Time.utc(2022, 6, 5))
end

Loading…
Cancel
Save