Skip to content

Commit d21f822

Browse files
committed
rubocop fix
1 parent ad11d3e commit d21f822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/muffin_man/fulfillment_inbound/v0_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
let(:last_updated_before) { "2022-10-01T00:00:00Z" }
223223

224224
it "makes a request to get shipment items with all parameters" do
225-
response = fba_inbound_client.get_shipment_items(query_type, marketplace_id,
225+
response = fba_inbound_client.get_shipment_items(query_type, marketplace_id,
226226
last_updated_after: last_updated_after,
227227
last_updated_before: last_updated_before)
228228
expect(response.response_code).to eq(200)

0 commit comments

Comments
 (0)