Skip to content

Commit 53a821c

Browse files
committed
documentation
1 parent 645f4f7 commit 53a821c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/analyzer_tests/test_exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_nist_xml(analyzer, tests_path):
1515
)
1616

1717
# test nist v2 export against sample file
18-
new_str_v2 = analyzer.export_nist_xml_as_string("2020 General","Wyoming")
18+
new_str_v2 = analyzer.export_nist_xml_as_string("2020 General", "Wyoming")
1919
correct_str_v2 = open(nist_v2_reference_file, "r").read()
2020

2121
# test nist v1 export against sample file

0 commit comments

Comments
 (0)