diff --git a/src/fairchem/demo/ocpapi/tests/unit/workflows/test_adsorbates.py b/src/fairchem/demo/ocpapi/tests/unit/workflows/test_adsorbates.py index 84e104c74..82acc30c9 100644 --- a/src/fairchem/demo/ocpapi/tests/unit/workflows/test_adsorbates.py +++ b/src/fairchem/demo/ocpapi/tests/unit/workflows/test_adsorbates.py @@ -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,