From 2ba8a3c1788204063b102d973446e4722925cb06 Mon Sep 17 00:00:00 2001 From: lzwang Date: Mon, 5 Sep 2022 00:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95Python=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/test_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test_demo.py b/python/test_demo.py index 1c50434..31b7b7a 100644 --- a/python/test_demo.py +++ b/python/test_demo.py @@ -16,4 +16,4 @@ def is_larger(a: int, b: int): def test_is_larger(): - assert is_larger(2, 4) + assert is_larger(5, 4)