Browse Source

CLDC-4166: update tests

pull/3194/head
Nat Dean-Lewis 1 week ago
parent
commit
523a052822
  1. 2
      spec/services/exports/sales_log_export_service_spec.rb

2
spec/services/exports/sales_log_export_service_spec.rb

@ -518,7 +518,7 @@ RSpec.describe Exports::SalesLogExportService do
export_file.sub!("<ETHNICGROUP2>17</ETHNICGROUP2>", "<ETHNICGROUP2/>")
export_file.sub!("<HASESTATEFEE>1</HASESTATEFEE>", "<HASESTATEFEE/>")
export_file.sub!("<HB>4</HB>", "<HB/>")
export_file.sub!("<HHOLDCOUNT>4</HHOLDCOUNT>", "<HHOLDCOUNT/>")
export_file.sub!("<HHOLDCOUNT>6</HHOLDCOUNT>", "<HHOLDCOUNT/>")
export_file.sub!("<HHREGRES>7</HHREGRES>", "<HHREGRES/>")
export_file.sub!("<INC1MORT>1</INC1MORT>", "<INC1MORT/>")
export_file.sub!("<INC1NK>0</INC1NK>", "<INC1NK/>")

Loading…
Cancel
Save