Skip to content

Commit

Permalink
fixup! Add new table with collapsible locations for banks with many l…
Browse files Browse the repository at this point in the history
…ocations
  • Loading branch information
ChaelCodes committed Jul 29, 2023
1 parent 8226c57 commit 71ccda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/item_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
let(:storage) { create(:storage_location, :with_items, item: item_pullups, item_quantity: num_pullups_in_donation, name: storage_name) }
let!(:aux_storage) { create(:storage_location, :with_items, item: item_pullups, item_quantity: num_pullups_second_donation, name: "a secret secondary location") }
let(:num_pullups_in_donation) { 666 }
let(:num_pullups_second_donation) { 10 }
let(:num_pullups_second_donation) { 15 }
let(:num_tampons_in_donation) { 42 }
let(:num_tampons_second_donation) { 17 }
let!(:donation_tampons) { create(:donation, :with_items, storage_location: storage, item_quantity: num_tampons_in_donation, item: item_tampons) }
Expand Down

0 comments on commit 71ccda9

Please sign in to comment.