Skip to content

Commit

Permalink
augment test for safety against resolution of issue guidance-ai#1018
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-ai committed Sep 10, 2024
1 parent 4df3630 commit 2ea9d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/library/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,7 @@ def test_true_schema(self, target_obj):
"schema_obj",
[
False,
{"type": "object", "properties": {"a": False}},
{"type": "object", "properties": {"a": False}, "required": ["a"]},
]
)
def test_false_schema(self, schema_obj):
Expand Down

0 comments on commit 2ea9d50

Please sign in to comment.