Skip to content

Commit

Permalink
Update TestSpecParsingSupport.py for formatting distorted by vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa authored Sep 26, 2024
1 parent 7f64357 commit 7e40f89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python_testing/TestSpecParsingSupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@


def single_attribute_cluster_xml(read_access: str, write_access: str, write_supported: str):
xml_cluster = f'<cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="{
CLUSTER_ID}" name="{CLUSTER_NAME}" revision="3">'
xml_cluster = f'<cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="{CLUSTER_ID}" name="{CLUSTER_NAME}" revision="3">'
revision_table = ('<revisionHistory>'
'<revision revision="1" summary="Initial Release"/>'
'<revision revision="2" summary="Some other revision"/>'
Expand Down

0 comments on commit 7e40f89

Please sign in to comment.