Backwards-incompatible changes : manytomany set

This commit is contained in:
Ludovic Stephan 2019-04-17 18:21:59 +02:00
parent 4064218010
commit 413a9cddb1
2 changed files with 4 additions and 4 deletions

View file

@ -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.