Skip to content

Commit

Permalink
Typo dans ce fichier steps/propositions_steps.py (juste une typo stup…
Browse files Browse the repository at this point in the history
…ide).
  • Loading branch information
Naereen committed Sep 6, 2018
1 parent e48f8e1 commit 0da079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/steps/propositions_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def step_impl(context) -> None:
@then("les candidat-e-s suivant-e-s reçoivent une proposition pour la formation {prop_formation}")
def step_impl(context, prop_formation: str) -> None:
context.prop_formation = context.sortie.propositions
assert context.prop_formation = [
assert context.prop_formation == [
candidat2VoeuClasse(candidat)
for candidat in prop_formation.split(' ')
]
Expand Down

0 comments on commit 0da079c

Please sign in to comment.