diff --git a/src/neofs_testlib/defaults.py b/src/frostfs_testlib/defaults.py similarity index 100% rename from src/neofs_testlib/defaults.py rename to src/frostfs_testlib/defaults.py diff --git a/src/frostfs_testlib/shell/interfaces.py b/src/frostfs_testlib/shell/interfaces.py index e4f7dea..4c87a78 100644 --- a/src/frostfs_testlib/shell/interfaces.py +++ b/src/frostfs_testlib/shell/interfaces.py @@ -2,7 +2,7 @@ from abc import ABC, abstractmethod from dataclasses import dataclass from typing import Optional -from neofs_testlib.defaults import Options +from frostfs_testlib.defaults import Options @dataclass