Skip to content

Commit

Permalink
remove € from test_statushandlertruncation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-j678 committed Sep 18, 2024
1 parent 94d81f8 commit f611016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/tests/Test_StatusHandlerTruncation.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,9 @@ def __set_up_patches_func(self, val, random_char=None):
test_patches_list.append('python-samba' + str(i))

if random_char is not None:
test_patches_version_list.append('2:4.4.5+dfsg-2ubuntu' + random_char)
test_patches_version_list.append('2:4.4.5+dfsg-2ubuntu\u20ac' + random_char)
else:
test_patches_version_list.append('2:4.4.5+dfsg-2ubuntu')
test_patches_version_list.append('2:4.4.5+dfsg-2ubuntu\u20ac')

return test_patches_list, test_patches_version_list

Expand Down

0 comments on commit f611016

Please sign in to comment.