Changed the bidding round status field from "running" to "stopped".

This commit is contained in:
2026-02-12 11:00:14 +01:00
parent 647da6c9d7
commit e01042130e
6 changed files with 43 additions and 20 deletions

View File

@ -12,7 +12,7 @@ defmodule BeetRoundServer.BiddingRoundsFixtures do
attrs
|> Enum.into(%{
round_number: 42,
running: true
stopped: false
})
|> BeetRoundServer.BiddingRounds.create_bidding_round()