Skip to content

Commit

Permalink
Fix failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
napster235 committed Jun 26, 2024
1 parent fae5b26 commit a5c908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/request_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{ item_id: item2.id, quantity: 100}
]
}
let!(:request) { create(:request, request_items: request_items, organization: organization) }
let!(:request) { create(:request, request_items: request_items, organization: create(:organization, default_storage_location: 1)) }

it "should show the request with a request sender if a partner user is set" do
visit subject
Expand Down

0 comments on commit a5c908e

Please sign in to comment.