Skip to content

Commit 00666b7

Browse files
Update .test/unit/test_versioning.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6b68fb9 commit 00666b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.test/unit/test_versioning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@ def test_version_yaml_can_be_included(self):
625625

626626
def test_version_format_consistency(self):
627627
"""Test VERSION format is consistent across files"""
628-
VERSION_FILE = REPO_ROOT / "versioning" / "VERSION"
629-
VERSION_YAML_FILE = REPO_ROOT / "versioning" / "VERSION_YAML"
628+
version_file = REPO_ROOT / "versioning" / "VERSION"
629+
version_yaml_file = REPO_ROOT / "versioning" / "VERSION_YAML"
630630

631631
version = version_file.read_text().strip()
632632

0 commit comments

Comments
 (0)