spec/discovery/crm/objects/notes/batch_api_spec.rb in hubspot-api-client-18.0.0 vs spec/discovery/crm/objects/notes/batch_api_spec.rb in hubspot-api-client-19.0.0

- old
+ new

@@ -5,6 +5,7 @@ it { is_expected.to respond_to(:archive) } it { is_expected.to respond_to(:create) } it { is_expected.to respond_to(:read) } it { is_expected.to respond_to(:update) } + it { is_expected.to respond_to(:upsert) } end