fix(evals): drop bundles/ fixture path from eval-coverage test

Rename the nested-skill fixture paths in test_nested_change_maps_to_nearest_skill_owner
from bundles/example to example so no tracked file (other than the OKF upstream
sample file) references the removed bundles/ directory, satisfying the final
repo-wide sweep (VAL-REF-017).

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
Magnus Hedemark
2026-08-14 16:55:35 -04:00
co-authored by factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent b7aa174b84
commit cbe27723cf
+2 -2
View File
@@ -193,8 +193,8 @@ class TestModifiedSkills(unittest.TestCase):
self.assertTrue({Path(name) for name in paths}.issubset(mods))
def test_nested_change_maps_to_nearest_skill_owner(self) -> None:
parent = "bundles/example"
child = "bundles/example/skills/child"
parent = "example"
child = "example/skills/child"
write_skill(self.repo, parent)
write_skill(self.repo, child)
reference = Path(self.repo) / child / "references" / "guide.md"