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'