Skip to content

Commit

Permalink
rename test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored and henryiii committed Jun 14, 2024
1 parent 624da4f commit 1f3e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_cmake_script(tool):
assert output.splitlines()[0] == f"{tool} version {expected_version}"


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

0 comments on commit 1f3e41f

Please sign in to comment.