Skip to content

Commit 7e40f89

Browse files
Update TestSpecParsingSupport.py for formatting distorted by vscode
1 parent 7f64357 commit 7e40f89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python_testing/TestSpecParsingSupport.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141

4242

4343
def single_attribute_cluster_xml(read_access: str, write_access: str, write_supported: str):
44-
xml_cluster = f'<cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="{
45-
CLUSTER_ID}" name="{CLUSTER_NAME}" revision="3">'
44+
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">'
4645
revision_table = ('<revisionHistory>'
4746
'<revision revision="1" summary="Initial Release"/>'
4847
'<revision revision="2" summary="Some other revision"/>'

0 commit comments

Comments
 (0)