Skip to content

Commit

Permalink
chore factories/stocks.rb: #7
Browse files Browse the repository at this point in the history
add account id to the definition.
  • Loading branch information
Pauloparakleto committed Dec 21, 2023
1 parent 236f80f commit 27db6f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/factories/stocks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# total_virtual_balance :integer
# created_at :datetime not null
# updated_at :datetime not null
# account_id :integer
# bling_product_id :bigint
# product_id :integer
#
Expand All @@ -16,5 +17,6 @@
bling_product_id { 1 }
total_balance { 1 }
total_virtual_balance { 1 }
account_id { 1 }
end
end

0 comments on commit 27db6f4

Please sign in to comment.