Skip to content

Commit 63027ad

Browse files
committed
fix function name
1 parent e540c60 commit 63027ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/project_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_sln_project_file_not_found(tmpdir):
139139
__test_project_error(tmpdir, "sln", content, expected)
140140

141141

142-
def test_snlx_no_xml_root(tmpdir):
142+
def test_slnx_no_xml_root(tmpdir):
143143
content = '<?xml version="1.0" encoding="utf-8"?>'
144144

145145
expected = "Visual Studio solution file has no XML root node"

0 commit comments

Comments
 (0)