Skip to content

Commit 11aef4d

Browse files
committed
test: add comment
1 parent f462a7e commit 11aef4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/core/test_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,8 @@ class Schema(pa.DataFrameModel):
15451545

15461546

15471547
def test_empty() -> None:
1548+
"""Test to generate an empty DataFrameModel."""
1549+
15481550
class Schema(pa.DataFrameModel):
15491551
a: Series[pa.Float]
15501552
b: Series[pa.Int]

0 commit comments

Comments
 (0)