diff --git a/tests/conftest.py b/tests/conftest.py index c806dfc2..83778748 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -70,7 +70,6 @@ def uc2_network() -> Network: cfg = yaml.safe_load(f) game = PrimaiteGame.from_config(cfg) return game.simulation.network - # return arcd_uc2_network() @pytest.fixture(scope="function")