Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Nov 11, 2023
1 parent e5fa00d commit 305a897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runners/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_tests_runner_on_simple_repo(self):
qiskit_version, result = runner.workload()

# Uncomment when qiskit-terra gonna be commonly unused.
#self.assertFalse(all(r.has_qiskit_deprecation_logs for r in result))
# self.assertFalse(all(r.has_qiskit_deprecation_logs for r in result))
self.assertTrue(all(r.ok for r in result))
self.assertTrue(qiskit_version)

Expand Down

0 comments on commit 305a897

Please sign in to comment.