Skip to content

Commit 196eb82

Browse files
committed
test fix
1 parent 74b88bb commit 196eb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def test_load_toolset_specific(
6464
async def test_load_toolset_default(self, toolbox: ToolboxClient):
6565
"""Load the default toolset, i.e. all tools."""
6666
toolset = await toolbox.load_toolset()
67-
assert len(toolset) == "5"
67+
assert len(toolset) == 5
6868
tool_names = {tool.__name__ for tool in toolset}
6969
expected_tools = [
7070
"get-row-by-content-auth",

0 commit comments

Comments
 (0)