Skip to content

Commit

Permalink
Update test string for updated translation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Aug 15, 2022
1 parent ac26a53 commit 3ae5aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babybuddy/tests/tests_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_user_settings_language(self):
params = self.settings_template.copy()
params["language"] = "fr"
page = self.c.post("/user/settings/", data=params, follow=True)
self.assertContains(page, "Paramètres Utilisateur")
self.assertContains(page, "Paramètres utilisateur")

@override_settings(TIME_ZONE="US/Eastern")
def test_user_settings_timezone(self):
Expand Down

0 comments on commit 3ae5aa3

Please sign in to comment.