Skip to content

Commit d36dd16

Browse files
committed
Increase upper bound
1 parent 5eed36e commit d36dd16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/notebooks/test_link_monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
1414
validate_quantum_program_size(
1515
tb.ref("qprog"),
1616
expected_width=15, # actual width: 12
17-
expected_depth=30, # actual depth: 23
17+
expected_depth=35, # actual depth: 23
1818
)
1919

2020
# test notebook content

tests/notebooks/test_patching_managment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
1414
validate_quantum_program_size(
1515
tb.ref("qprog"),
1616
expected_width=10, # actual width: 8
17-
expected_depth=30, # actual depth: 26
17+
expected_depth=35, # actual depth: 26
1818
)
1919

2020
# test notebook content

0 commit comments

Comments
 (0)