Browse Source

CLDC-2882 Fix flaky log export test

pull/1982/head
David May-Miller 3 years ago
parent
commit
36ca38ad4a
  1. 3
      spec/services/exports/lettings_log_export_service_spec.rb

3
spec/services/exports/lettings_log_export_service_spec.rb

@ -33,7 +33,8 @@ RSpec.describe Exports::LettingsLogExportService do
end end
before do before do
Timecop.travel(start_time) Timecop.freeze(start_time)
Singleton.__init__(FormHandler)
allow(storage_service).to receive(:write_file) allow(storage_service).to receive(:write_file)
# Stub the form handler to use the real form # Stub the form handler to use the real form

Loading…
Cancel
Save