From 9c129bd3ff50b9e21af51666506986c8002aa287 Mon Sep 17 00:00:00 2001 From: Debasish Pal <48341250+debpal@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:03:41 +0200 Subject: [PATCH] update code --- tests/test_bharatfintrack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_bharatfintrack.py b/tests/test_bharatfintrack.py index ef2173b..5b5a31f 100644 --- a/tests/test_bharatfintrack.py +++ b/tests/test_bharatfintrack.py @@ -750,5 +750,5 @@ def test_github_action( ): assert core._github_action( - integer=3 - ) == '3' + integer=4 + ) == '4'