Skip to content

Commit

Permalink
Merge branch 'draw' of github.com:qiboteam/qibo into draw
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Sep 5, 2024
2 parents 4aba6bf + f4ea681 commit b888197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def test_circuit_draw_names(capsys):

# Testing circuit text draw when ``output_string == False``
circuit.draw()
out, _ = capsys.readouterr()
out, _ = capsys.readouterr()
assert out == ref


Expand Down

0 comments on commit b888197

Please sign in to comment.