Skip to content

Commit

Permalink
example translates to exemple in French ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and rbarrois committed Oct 3, 2022
1 parent cc245f4 commit fb0d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_faker.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Meta:
email = factory.Faker('email')

self._setup_mock_faker(first_name="John", last_name="Doe", email="john.doe@example.org")
self._setup_mock_faker(first_name="Jean", last_name="Valjean", email="jvaljean@example.fr", locale='fr_FR')
self._setup_mock_faker(first_name="Jean", last_name="Valjean", email="jvaljean@exemple.fr", locale='fr_FR')

profile = ProfileFactory()
self.assertEqual("John", profile.first_name)
Expand Down

0 comments on commit fb0d128

Please sign in to comment.