Browse Source

typo

pull/591/head
Stéphane Meny 3 years ago
parent
commit
808f29bce2
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      spec/services/exports/case_log_export_service_spec.rb

2
spec/services/exports/case_log_export_service_spec.rb

@ -203,7 +203,7 @@ RSpec.describe Exports::CaseLogExportService do
end end
end end
context "and a previous export has run the having no case logs" do context "and a previous export has run having no case logs" do
before { export_service.export_case_logs } before { export_service.export_case_logs }
it "doesn't increment the manifest number by 1" do it "doesn't increment the manifest number by 1" do

Loading…
Cancel
Save