CW-1399 Phone number import (#6815)

This commit is contained in:
Tejaswini Chile
2023-04-03 13:53:59 +05:30
committed by GitHub
parent 363ffdbde3
commit d2d6d271c3
3 changed files with 50 additions and 35 deletions

View File

@@ -17,5 +17,6 @@ RSpec.describe DataImportJob, type: :job do
expect(data_import.account.contacts.count).to eq(csv_length)
expect(data_import.reload.total_records).to eq(csv_length)
expect(data_import.reload.processed_records).to eq(csv_length)
expect(Contact.find_by(phone_number: '+918080808080')).to be_truthy
end
end