Skip to content

Commit 1ef1aec

Browse files
vaibhavatlanAryamanz29
authored andcommitted
formatting
1 parent ab58741 commit 1ef1aec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,9 @@ def test_multiple_add_classification(client: AtlanClient, term1: AtlasGlossaryTe
837837
classification = glossary_term.atlan_tags[0]
838838
assert str(classification.type_name) == CLASSIFICATION_NAME or CLASSIFICATION_NAME_2
839839
classification_2 = glossary_term.atlan_tags[1]
840-
assert str(classification_2.type_name) == CLASSIFICATION_NAME or CLASSIFICATION_NAME_2
840+
assert (
841+
str(classification_2.type_name) == CLASSIFICATION_NAME or CLASSIFICATION_NAME_2
842+
)
841843

842844

843845
@pytest.mark.order(after="test_multiple_add_classification")

0 commit comments

Comments
 (0)