Solved e2e naming bugs

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 15:02:04 +01:00
parent a4efb847ba
commit 14f0188efd
6 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
# tests/e2e/test_integration_changelog_commands.py
from __future__ import annotations
import os
@@ -6,7 +5,7 @@ import runpy
import sys
import unittest
from test_integration_version_commands import (
from test_version_commands import (
_load_pkgmgr_repo_dir,
PROJECT_ROOT,
)