Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Fix order-dependent test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnix authored and mergify-bot committed Mar 12, 2020
1 parent fac5f18 commit 2091dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repondeur/tests/views/test_upload_liasse_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ def test_upload_liasse_with_table(
)
assert (
"<table>\n<tbody>\n<tr>\n<td>Durée minimale de services"
in lecture.amendements[1].corps
in lecture.find_amendement("28").corps
)
assert (
"<table>\n<tbody>\n<tr>\n<td>Durée minimale de services"
in lecture.amendements[0].expose
in lecture.find_amendement("26").expose
)


Expand Down

0 comments on commit 2091dc8

Please sign in to comment.