Changed the bidding round status field from "running" to "stopped".
This commit is contained in:
@ -12,7 +12,7 @@ defmodule BeetRoundServer.BiddingRoundsFixtures do
|
||||
attrs
|
||||
|> Enum.into(%{
|
||||
round_number: 42,
|
||||
running: true
|
||||
stopped: false
|
||||
})
|
||||
|> BeetRoundServer.BiddingRounds.create_bidding_round()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user