Skip to content

Commit

Permalink
fix ocpapi test (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
misko authored May 9, 2024
1 parent bcee3f3 commit 02fb313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ class TestCase:
# retry until they are fetched successfully.
es.enter_context(
mock.patch(
"ocpapi.workflows.adsorbates.wait_for_adsorbate_slab_relaxations",
"fairchem.demo.ocpapi.workflows.adsorbates.wait_for_adsorbate_slab_relaxations",
partial(
wait_for_adsorbate_slab_relaxations,
slow_interval_sec=0.01,
Expand Down

0 comments on commit 02fb313

Please sign in to comment.