Skip to content

Commit

Permalink
Merge pull request #16 from QuTech-Delft/fix/SDS-602/integration_test
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer authored Jul 1, 2022
2 parents 402678d + 59d92cb commit deac478
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 deac478

Please sign in to comment.