summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Sousa <montezdesousa@gmail.com>2023-09-21 10:35:54 +0100
committerDiogo Sousa <montezdesousa@gmail.com>2023-09-21 10:35:54 +0100
commit0fefe7b6448ab4c46c0d75d4248f84dc8ce62fd1 (patch)
tree5c51bf7e3da529043f7d65c3fe9f1f8655a6fb23
parentf774a9767de2f89e95e8bf4265558cf936389b8b (diff)
other 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 6fb72b51484..92f5a6fb835 100644
--- a/openbb_sdk/tests/test_extension_map.py
+++ b/openbb_sdk/tests/test_extension_map.py
@@ -54,5 +54,5 @@ def test_extension_map():
)
assert req_ext[name].allows(version), (
f"Version '{version}' of extension '{name}' is not compatible with the"
- " version '{req_ext[name]}' required in pyproject.toml"
+ " version '{req_ext[name]}' constraint in pyproject.toml"
)