forked from DGNum/gestioCOF
Backwards-incompatible changes : manytomany set
This commit is contained in:
parent
4064218010
commit
413a9cddb1
2 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ class SpectacleReventeTests(TestCase):
|
|||
revente = self.rev
|
||||
|
||||
wanted_by = [self.p1, self.p2, self.p3]
|
||||
revente.confirmed_entry = wanted_by
|
||||
revente.confirmed_entry.set(wanted_by)
|
||||
|
||||
with mock.patch("bda.models.random.choice") as mc:
|
||||
# Set winner to self.p1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue