Skip to content

Commit ce9124b

Browse files
re-trigger codeQL
1 parent a250de8 commit ce9124b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v2/parsing/test_inference_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def test_standard_field_types():
118118
json_sample, rst_sample = _get_inference_samples("standard_field_types")
119119
response = InferenceResponse(json_sample)
120120
assert isinstance(response.inference, Inference)
121+
121122
field_simple_string = response.inference.result.fields["field_simple_string"]
122123
assert isinstance(field_simple_string, SimpleField)
123124
assert field_simple_string.value == "field_simple_string-value"

0 commit comments

Comments
 (0)