Skip to content

Commit

Permalink
Update test_missing_ok
Browse files Browse the repository at this point in the history
Update the test so that it is adjusted to
the error representation in Pydantic V2
  • Loading branch information
candleindark committed Dec 12, 2023
1 parent 545adb9 commit 328cefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dandischema/tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_requirements(
(
{"schemaKey": "Dandiset", "schemaVersion": "0.4.4"},
None,
{"field required"},
{"Field required"},
10,
),
(
Expand All @@ -297,7 +297,7 @@ def test_requirements(
"schemaVersion": "0.4.4",
},
None,
{"field required"},
{"Field required"},
9,
),
],
Expand Down

0 comments on commit 328cefa

Please sign in to comment.