Skip to content

Commit bb96fd9

Browse files
committed
fix function name
1 parent f558e34 commit bb96fd9

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
@@ -147,7 +147,7 @@ def test_slnx_no_xml_root(tmpdir):
147147
__test_project_error(tmpdir, "slnx", content, expected)
148148

149149

150-
def test_sln_no_projects(tmpdir):
150+
def test_slnx_no_projects(tmpdir):
151151
content = "\xEF\xBB\xBF\r\n" \
152152
'<?xml version="1.0" encoding="UTF-8"?>\r\n' \
153153
"<Solution>\r\n" \

0 commit comments

Comments
 (0)