chore: bump version to 1.0.1
This commit is contained in:
@@ -472,7 +472,7 @@ async def test_validate_schema_with_inspection_error():
|
||||
|
||||
def test_schema_constants():
|
||||
"""Test that schema constants are properly defined."""
|
||||
assert CURRENT_SCHEMA_VERSION == "1.0.0"
|
||||
assert CURRENT_SCHEMA_VERSION == "1.0.1"
|
||||
assert len(EXPECTED_TABLES) == 5
|
||||
assert "anime_series" in EXPECTED_TABLES
|
||||
assert "episodes" in EXPECTED_TABLES
|
||||
|
||||
Reference in New Issue
Block a user