Skip to content

Commit

Permalink
Update tests/runners/test_runner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
mickahell and Eric-Arellano authored Nov 11, 2023
1 parent 305a897 commit 2da800f
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 @@ -38,7 +38,7 @@ def test_tests_runner_on_simple_repo(self):
runner.cloned_repo_directory = self.simple_project_dir
qiskit_version, result = runner.workload()

# Uncomment when qiskit-terra gonna be commonly unused.
# Uncomment when qiskit-terra is completely unused.
# 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 2da800f

Please sign in to comment.