修改函数为test_function6 #3

Merged
p15023896 merged 2 commits from p50342189/graduation-project:main into main 2022-08-23 00:52:48 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -34,5 +34,5 @@ class Util:
return True
return False
def test_function4(self):
print("test_function4")
def test_function6(self):
print("test_function6")