We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e1dc4 commit 734724bCopy full SHA for 734724b
tests/test_ionq.py
@@ -69,7 +69,3 @@ def test_get_results(self, mock_get):
69
)
70
results = job.get_results(polling_rate=0)
71
self.assertEqual(results, {"0": 512, "1": 512})
72
-
73
74
-if __name__ == "__main__":
75
- unittest.main()
0 commit comments