Skip to content

Commit

Permalink
#6 correction du test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeChallon committed Jul 16, 2022
1 parent 64235fb commit 445646f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_AdresseParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_succes_parse_rue(self):
assert self.adresse6["rue"]["nom"] == "GEORGES AGNIEL"

assert self.adresse7["rue"]["type"] == "CITÉ"
assert self.adresse7["rue"]["nom"] == "DES FLEURS"
assert self.adresse7["rue"]["nom"] == "FLEURS"

def test_succes_parse_ville(self):
assert self.adresse1["ville"]["arrondissement"] == 2
Expand Down

0 comments on commit 445646f

Please sign in to comment.