diff --git a/fennel/client_tests/test_social_network.py b/fennel/client_tests/test_social_network.py index 13d9909e..87510744 100644 --- a/fennel/client_tests/test_social_network.py +++ b/fennel/client_tests/test_social_network.py @@ -51,7 +51,7 @@ class PostInfoWithRightFields: category: str # type: ignore post_id: int = field(key=True) timestamp: datetime - extra_field: str + extra_field: int @meta(owner="data-eng@myspace.com")