From aebdca77db78ab92ce1b5076773c8b7dbf9a565e Mon Sep 17 00:00:00 2001 From: unknown <2542905616@qq.com> Date: Mon, 22 Aug 2022 16:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BD=E6=95=B0test=5Ffunc?= =?UTF-8?q?tion6?= 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 a3d8bae..b1f9e09 100644 --- a/util.py +++ b/util.py @@ -34,5 +34,5 @@ class Util: return True return False - def test_function5(self): - print("test_function5") + def test_function6(self): + print("test_function6")