Skip to content

Commit d27f785

Browse files
fix: comment
Signed-off-by: Vigneshwaran-Selvaraj_adi <vigneshwaran.selvaraj@analog.com>
1 parent e6f8831 commit d27f785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/spec/test_spec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def test__query_spec_projection_columns__columns_returned(
298298
assert "spec_id" in spec_columns
299299
assert "name" in spec_columns
300300

301-
def test_query_specs_without_condition_type_projection_condition_type_field_is_unset(
301+
def test__without_condition_type_projection__query_specs__condition_type_field_is_unset(
302302
self, client: SpecClient, create_specs, create_specs_for_query, product
303303
):
304304
request = QuerySpecificationsRequest(
@@ -323,6 +323,7 @@ def test_query_specs_without_condition_type_projection_condition_type_field_is_u
323323
is not None
324324
}
325325

326+
assert response.specs
326327
assert len(response.specs) == 3
327328
assert len(spec_columns) == 2
328329
assert "condition_name" in spec_columns

0 commit comments

Comments
 (0)