Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pole-Web
Website
Commits
dd5fee41
Commit
dd5fee41
authored
Feb 21, 2021
by
HEVELINE Thomas
Committed by
HEVELINE Thomas
Sep 02, 2021
Browse files
(44): fix delivery test
parent
ee9225a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
boutique/tests/test_views.py
View file @
dd5fee41
...
...
@@ -571,6 +571,6 @@ class DeliveryViewTest(PaymentTestCase, OrderItemTestCase):
view
=
DeliveryView
()
qs
=
view
.
get_queryset
()
self
.
assertEqual
(
qs
.
count
(),
2
)
self
.
assertEqual
(
qs
.
count
(),
3
)
self
.
assertIn
(
paid_ordered_partial_oi
,
qs
.
all
())
self
.
assertIn
(
paid_ordered_undelivered_oi
,
qs
.
all
())
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment