We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf888ad commit 3408064Copy full SHA for 3408064
spec/integration/estimates_spec.rb
@@ -86,7 +86,7 @@
86
create_order: false
87
)
88
89
- expect(create_estimate_response.data.type).to eq 'shipping'
+ expect(create_estimate_response.data.type).to eq 'ecommerce'
90
expect(create_estimate_response.data.mass_g).to be >= 10_000
91
end
92
spec/integration/projects_spec.rb
@@ -80,6 +80,6 @@
80
81
project_id = projects_response.data.first.id
82
project_response = Patch::Project.retrieve_project(project_id, accept_language: 'fr')
83
- expect(project_response.data.name).to include 'Démo' # Frenc
+ expect(project_response.data.name).to include 'Démo' # French
84
85
0 commit comments