Rename test file to correct singular form for consistency

Updated the filename from `test_user_schemas.py` to `test_user_schema.py` to align with naming conventions. This ensures consistency across the test suite and improves maintainability.
This commit is contained in:
2025-03-05 12:41:51 +01:00
parent d65d1f3164
commit 6884cbbf64

View File

@@ -1,4 +1,4 @@
# tests/schemas/test_user_schemas.py # tests/schemas/test_user_schema.py
import pytest import pytest
import re import re
from pydantic import ValidationError from pydantic import ValidationError