From 6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 24 Jan 2024 19:08:15 +0800 Subject: :recycle: refactor(cli): use rich instead of multilogging to show output --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_api.py') diff --git a/tests/test_api.py b/tests/test_api.py index 9305b98..f495ef5 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -29,7 +29,7 @@ def test_install(): def test_uninstall(): - api.uninstall("test", confirm=True) + api.uninstall("test", is_confirm=True) def test_check(): -- cgit v1.2.3-70-g09d2