Skip to content

Commit

Permalink
test to cover label rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomtzlosa committed Sep 10, 2024
1 parent 6795aab commit 2d2c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ui_mpldrawer.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def test_render_label_empty():

def test_render_label_not_empty():
inits = {"q_0": r"\psi"}
_render_label("q_0", inits) != ""
assert _render_label("q_0", inits) != ""


def test_cluster_gates():
Expand Down

0 comments on commit 2d2c7d6

Please sign in to comment.