diff --git a/tests/v1/samplers/__init__.py b/tests/v1/sample/__init__.py similarity index 100% rename from tests/v1/samplers/__init__.py rename to tests/v1/sample/__init__.py diff --git a/tests/v1/samplers/test_logprobs.py b/tests/v1/sample/test_logprobs.py similarity index 100% rename from tests/v1/samplers/test_logprobs.py rename to tests/v1/sample/test_logprobs.py diff --git a/tests/v1/samplers/test_sampler.py b/tests/v1/sample/test_sampler.py similarity index 100% rename from tests/v1/samplers/test_sampler.py rename to tests/v1/sample/test_sampler.py diff --git a/tests/v1/samplers/utils.py b/tests/v1/sample/utils.py similarity index 100% rename from tests/v1/samplers/utils.py rename to tests/v1/sample/utils.py