Skip to content

Commit 4b2acd8

Browse files
committed
fix?
1 parent 83bff11 commit 4b2acd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

autotest/test_models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ def test_cli_cp_alias(self, tmp_path):
588588

589589
# Invalidate cached default registry so it reloads with newly synced data
590590
import modflow_devtools.models
591+
591592
modflow_devtools.models._default_registry_cache = None
592593

593594
# Load registry and get first model name
@@ -625,6 +626,7 @@ def test_python_cp_alias(self, tmp_path):
625626

626627
# Invalidate cached default registry so it reloads with newly synced data
627628
import modflow_devtools.models
629+
628630
modflow_devtools.models._default_registry_cache = None
629631

630632
# Load registry and get first model name

0 commit comments

Comments
 (0)