Skip to content

Commit 734724b

Browse files
committed
remove unnecessary call
1 parent 30e1dc4 commit 734724b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_ionq.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,3 @@ def test_get_results(self, mock_get):
6969
)
7070
results = job.get_results(polling_rate=0)
7171
self.assertEqual(results, {"0": 512, "1": 512})
72-
73-
74-
if __name__ == "__main__":
75-
unittest.main()

0 commit comments

Comments
 (0)