We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645f4f7 commit 53a821cCopy full SHA for 53a821c
1 file changed
tests/analyzer_tests/test_exports.py
@@ -15,7 +15,7 @@ def test_nist_xml(analyzer, tests_path):
15
)
16
17
# test nist v2 export against sample file
18
- new_str_v2 = analyzer.export_nist_xml_as_string("2020 General","Wyoming")
+ new_str_v2 = analyzer.export_nist_xml_as_string("2020 General", "Wyoming")
19
correct_str_v2 = open(nist_v2_reference_file, "r").read()
20
21
# test nist v1 export against sample file
0 commit comments