修改test_function2为test_function3

This commit is contained in:
unknown 2022-08-22 14:53:15 +08:00
parent 08a040741e
commit fbf8c7e65f
1 changed files with 2 additions and 2 deletions

View File

@ -37,5 +37,5 @@ class Util:
def test_function(self):
print("test_function")
def test_function2(self):
print("test_function2")
def test_function3(self):
print("test_function3")