Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkintoshZ committed Jan 23, 2024
1 parent 18a4c80 commit bab5d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ def test_func_call_validation(self):
def gen0(schema: IntegerSchema):
return []

with self.assertRaises(ValueError):
with self.assertRaises(TypeError):
get_testcases(self.spec_schema, self.matches)

0 comments on commit bab5d79

Please sign in to comment.