summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Sousa <montezdesousa@gmail.com>2023-09-21 10:35:04 +0100
committerDiogo Sousa <montezdesousa@gmail.com>2023-09-21 10:35:04 +0100
commitf774a9767de2f89e95e8bf4265558cf936389b8b (patch)
tree66fab5265e5c2534448189084b6d9680e1a3d6f7
parent0fc3185139dd9df9b5717111c15d9616a1fa8d42 (diff)
typo
-rw-r--r--openbb_sdk/tests/test_extension_map.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_sdk/tests/test_extension_map.py b/openbb_sdk/tests/test_extension_map.py
index 4a135b74a61..6fb72b51484 100644
--- a/openbb_sdk/tests/test_extension_map.py
+++ b/openbb_sdk/tests/test_extension_map.py
@@ -44,7 +44,7 @@ def test_extension_map():
for ext in req_ext:
assert ext in ext_map, (
f"Extension '{ext}' is required in pyproject.toml but is not built, install"
- " it and rebuild or remove it mandatory requirements in pyproject.toml"
+ " it and rebuild or remove it from mandatory requirements in pyproject.toml"
)
for name, version in ext_map.items():