Skip to content

Commit

Permalink
[SDS-602] Integration test failure solved
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Jul 1, 2022
1 parent 402678d commit 59d92cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qi_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_backend_unsupported_options(self):
assert str(exc_info.value) == 'Options field noise_model is not valid for this backend'


class TestAnalyticWarningHWSimulator(TestCase):
class TestAnalyticWarningHWSimulator:
"""Tests the warnings for when the analytic attribute of a device is set to true"""

def test_warning_raised_for_hardware_backend_analytic_expval(self, hardware_backend, recorder):
Expand Down

0 comments on commit 59d92cb

Please sign in to comment.