From 89eaf008e16ba7e8e3a6ea1e9d6a06bd49642cbd Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 2 Aug 2023 13:55:46 +0100 Subject: [PATCH] feat: update test --- spec/services/bulk_upload/sales/validator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/bulk_upload/sales/validator_spec.rb b/spec/services/bulk_upload/sales/validator_spec.rb index e54f3953a..730a2b643 100644 --- a/spec/services/bulk_upload/sales/validator_spec.rb +++ b/spec/services/bulk_upload/sales/validator_spec.rb @@ -4,7 +4,7 @@ RSpec.describe BulkUpload::Sales::Validator do subject(:validator) { described_class.new(bulk_upload:, path:) } let(:user) { create(:user, organisation:) } - let(:organisation) { create(:organisation, old_visible_id: "3") } + let(:organisation) { create(:organisation, old_visible_id: "123") } let(:bulk_upload) { create(:bulk_upload, user:) } let(:path) { file.path } let(:file) { Tempfile.new }