forked from DGNum/gestioCOF
Fix model test
This commit is contained in:
parent
501d592d2f
commit
52fd49616d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class SpectacleReventeTests(TestCase):
|
||||||
revente = self.rev
|
revente = self.rev
|
||||||
|
|
||||||
wanted_by = [self.p1, self.p2, self.p3]
|
wanted_by = [self.p1, self.p2, self.p3]
|
||||||
revente.answered_mail = wanted_by
|
revente.confirmed_entry = wanted_by
|
||||||
|
|
||||||
with mock.patch('bda.models.random.choice') as mc:
|
with mock.patch('bda.models.random.choice') as mc:
|
||||||
# Set winner to self.p1.
|
# Set winner to self.p1.
|
||||||
|
|
Loading…
Reference in a new issue