Skip to content

Commit

Permalink
[BUG] Change test true
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Nov 11, 2023
1 parent 0212a86 commit 7bec917
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()

self.assertFalse(all(r.has_qiskit_deprecation_logs for r in result))
self.assertTrue(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 7bec917

Please sign in to comment.