Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent 4d4f55e commit 30ef970
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 @@ -46,7 +46,7 @@ def test_circuit_measure(qubits):
def test_plot_circuit_error_style():
"""Test for style error function"""
style = _plot_params(style="test")
assert style['facecolor'] == 'w'
assert style["facecolor"] == "w"


@pytest.mark.parametrize("qubits", [3, 4, 5, 6])
Expand Down

0 comments on commit 30ef970

Please sign in to comment.