Skip to content

Commit

Permalink
Use empty string for request unit in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Sep 1, 2024
1 parent 9424cba commit 7815c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/exports/export_request_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
:with_item_requests,
organization: org,
request_items: [
{ item_id: item_4t.id, quantity: 77 }
{ item_id: item_4t.id, quantity: 77, request_unit: "" }
])
end

Expand Down

0 comments on commit 7815c0a

Please sign in to comment.