Skip to content

Commit 3d4f8bb

Browse files
committed
Update tests
1 parent 447d8f3 commit 3d4f8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/structures/test_attribute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ def test_is_autoload_property(self) -> None:
2929
assert (
3030
Attribute("attr", Type.DictStrAny, is_collection=True).is_autoload_property() is False
3131
)
32+
assert Attribute("meta", Type.DictStrAny).is_autoload_property() is False

0 commit comments

Comments
 (0)