From 09a220d3f591335cf3851e752b6755905281155a Mon Sep 17 00:00:00 2001 From: unknown <2542905616@qq.com> Date: Wed, 24 Aug 2022 10:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BD=E6=95=B0test=5Ffunc?= =?UTF-8?q?tion7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.py b/util.py index b1f9e09..2fd372b 100644 --- a/util.py +++ b/util.py @@ -34,5 +34,5 @@ class Util: return True return False - def test_function6(self): - print("test_function6") + def test_function7(self): + print("test_function7")