We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b88bb commit 196eb82Copy full SHA for 196eb82
packages/toolbox-core/tests/test_e2e.py
@@ -64,7 +64,7 @@ async def test_load_toolset_specific(
64
async def test_load_toolset_default(self, toolbox: ToolboxClient):
65
"""Load the default toolset, i.e. all tools."""
66
toolset = await toolbox.load_toolset()
67
- assert len(toolset) == "5"
+ assert len(toolset) == 5
68
tool_names = {tool.__name__ for tool in toolset}
69
expected_tools = [
70
"get-row-by-content-auth",
0 commit comments