Skip to content

Commit

Permalink
remove not used fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Feb 13, 2024
1 parent b51c03f commit b195e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_construction.py
Expand Up @@ -37,7 +37,7 @@ def test_construct_fields_set():
assert m.model_dump() == {'a': 3, 'b': -1}


def test_construct_allow_extra(extra: str):
def test_construct_allow_extra():
"""model_construct() should allow extra fields only in the case of extra='allow'"""

class Foo(BaseModel, extra='allow'):
Expand Down

0 comments on commit b195e7d

Please sign in to comment.