Browse Source

refactor test

pull/1631/head
Kat 3 years ago
parent
commit
71cf1b5ab8
  1. 2
      spec/services/bulk_upload/sales/year2023/row_parser_spec.rb

2
spec/services/bulk_upload/sales/year2023/row_parser_spec.rb

@ -938,7 +938,7 @@ RSpec.describe BulkUpload::Sales::Year2023::RowParser do
it "sets the value correctly" do
log = parser.log
expect(log["type"]).to eq(32)
expect(log.type).to eq(32)
end
end
end

Loading…
Cancel
Save