Skip to content
Snippets Groups Projects
Commit f5dc6e73 authored by Frank Lange's avatar Frank Lange
Browse files

rename test function

parent afbcc956
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ def test_initialize_user_profile_signal_initializes_user_profile_after_user_is_c
assert user.userprofile.dalia_id
def test_initialize_user_profile_signal_does_not_change_profile_after_user_is_changed(db):
def test_initialize_user_profile_signal_does_not_change_user_profile_after_user_is_changed(db):
user_model = get_user_model()
user = user_model(username="test")
user.save()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment