Skip to content

Commit adf7914

Browse files
committed
Fix test
1 parent 8fad7d1 commit adf7914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/notebooks/workshops/test_part1_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
1212
validate_quantum_program_size(
1313
tb.ref("qprog_example"),
1414
expected_width=10, # actual width: 7
15-
expected_depth=50, # actual depth: 31
15+
expected_depth=60, # actual depth: 31
1616
)
1717
validate_quantum_program_size(
1818
tb.ref("qprog"),

0 commit comments

Comments
 (0)