Merge pull request 'test_function2转test_function3' (#2) from test_pr into master

This commit is contained in:
p96705831 2022-08-22 14:54:31 +08:00
commit 4a26ef603c
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")