Skip to content

Commit 78c55e8

Browse files
Updating test expected width and depth
1 parent d4e7fd5 commit 78c55e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/notebooks/test_modeling_quantum_types_and_variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
1111
# test quantum programs
1212
validate_quantum_program_size(
1313
tb.ref_pydantic("qprog"),
14-
expected_width=1,
15-
expected_depth=1,
14+
expected_width=5,
15+
expected_depth=5,
1616
)
1717

1818
# test notebook content

0 commit comments

Comments
 (0)