Skip to content

Commit fb39cd9

Browse files
committed
cleaning
1 parent 7e7a2dd commit fb39cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appointment/tests/models/test_staff_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_services_offered(self):
126126
def test_staff_member_with_non_existent_service(self):
127127
"""A staff member cannot offer a non-existent service."""
128128
new_staff = self.create_user_(first_name="Vala", last_name="Mal Doran",
129-
email="[email protected]", username="vala.mal-doran")
129+
email="[email protected]", username="vala.mal-doran")
130130
new_staff_member = StaffMember.objects.create(user=new_staff)
131131

132132
# Trying to add a non-existent service to the staff member's services_offered

0 commit comments

Comments
 (0)