Skip to content

Commit abc5eb1

Browse files
committed
Add default argument
1 parent 88958df commit abc5eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.internal/pre_commit_tools/auto_add_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
9393
tb.ref_pydantic("qprog"),
9494
expected_width=None,
9595
expected_depth=None,
96+
expected_cx_count=None,
9697
)
9798
9899
# test notebook content

0 commit comments

Comments
 (0)