spec/integration/estimates_spec.rb in patch_ruby-2.0.0 vs spec/integration/estimates_spec.rb in patch_ruby-2.1.1

- old
+ new

@@ -84,10 +84,10 @@ package_mass_g: package_mass_g, transportation_method: 'rail', create_order: false ) - expect(create_estimate_response.data.type).to eq 'shipping' + expect(create_estimate_response.data.type).to eq 'ecommerce' expect(create_estimate_response.data.mass_g).to be >= 10_000 end it 'supports creating bitcoin estimates with partial information' do bitcoin_estimate = Patch::Estimate.create_bitcoin_estimate()