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:
@@ -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
|
||||||
Reference in New Issue
Block a user