Skip to content

Commit 624da4f

Browse files
njzjzhenryiii
authored andcommitted
rename test method
1 parent ee1a5c8 commit 624da4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_cmake_script(tool):
7373
assert output.splitlines()[0] == f"{tool} version {expected_version}"
7474

7575

76-
def test_cmake_module():
76+
def test_cmake_init():
7777
expected_version = "3.29.2"
7878
output = subprocess.check_output([sys.executable, "-m", "cmake", "--version"]).decode("ascii")
7979
assert output.splitlines()[0] == f"cmake version {expected_version}"

0 commit comments

Comments
 (0)