Skip to content

Commit

Permalink
Replace use of DandiBaseModel.unvalidated with `BaseModel.model_con…
Browse files Browse the repository at this point in the history
…struct` in tests
  • Loading branch information
candleindark committed Dec 6, 2023
1 parent 97bf307 commit 5b2e6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dandischema/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@


def test_dandiset() -> None:
assert Dandiset.unvalidated()
assert Dandiset.model_construct()


def test_asset() -> None:
assert Asset.unvalidated()
assert Asset.model_construct()


def test_asset_digest() -> None:
Expand Down

0 comments on commit 5b2e6af

Please sign in to comment.