From ff397b72a99a533a0474626f46cd5e4ad92449f2 Mon Sep 17 00:00:00 2001 From: Debasish Pal <48341250+debpal@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:35:53 +0200 Subject: [PATCH] update code --- docs/changelog.rst | 5 ++++- tests/test_bharatfintrack.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e53a991..adff489 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,10 @@ Version 0.1.10 * **Release date:** 07-Dec-2024 -* **Feature Additions:** Added support for newly launched NSE equity indices. +* **Feature Additions:** + + * Added support for newly launched NSE equity indices. + * Ensured compatibility with Python 3.13. * **Bug Fixes:** Issues with the API used to fetch data. diff --git a/tests/test_bharatfintrack.py b/tests/test_bharatfintrack.py index a037dd8..205ad19 100644 --- a/tests/test_bharatfintrack.py +++ b/tests/test_bharatfintrack.py @@ -736,5 +736,5 @@ def test_github_action( ): assert core._github_action( - integer=1 - ) == '1' + integer=2 + ) == '2'