Skip to content

Commit

Permalink
Use assertExperimentDone
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Mar 29, 2024
1 parent 9a4d530 commit 5610dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database_service/test_db_experiment_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ def test_copy_metadata(self):
def test_copy_figure_artifacts(self):
"""Test copy expdata figures and artifacts."""
exp_data = FakeExperiment(experiment_type="qiskit_test").run(backend=FakeBackend())
exp_data.block_for_results()
self.assertExperimentDone(exp_data)
exp_data.add_figures(str.encode("hello world"))
exp_data.add_artifacts(ArtifactData(name="test", data="foo"))
copied = exp_data.copy(copy_results=True)
Expand Down

0 comments on commit 5610dfa

Please sign in to comment.