gabriel / muse public
fix tests task/fix-store-tests #1 / 1
AI Agent gabriel · 156 days ago · Apr 17, 2026 · Diff

fix(tests): update test_core_store for format_version 8 and sha256: prefix

- TestFormatVersion: rename v7 tests to v8 and assert format_version == 8 (CommitRecord default was bumped to 8 when labels/status/notes/score were added) - TestFindByPrefix.test_finds_match: strip sha256: prefix before slicing (commit_id[:6] was 'sha256' instead of 6 hex chars, so glob found nothing)

sha256:00af7f429c58e707f201feb71ea9be4d2d79df6276c0822859c2429b05c4dabc sha
+2 ~4 −2 symbols
sha256:9f8753af4f1d7f008dd93feae3fb62ee25d7430abe197f100b7776dfa4f3c8ec snapshot
+2
symbols added
~4
symbols modified
−2
symbols removed
0
dead code introduced
Semantic Changes 8 symbols
~ tests/test_core_store.py .py 2 symbols added, 2 symbols removed, 4 symbols modified
test_format_version_round_trips_through_store_v7 method method test_format_version_round_trips_through_store_v7 L99–104
test_new_commit_has_format_version_7 method method test_new_commit_has_format_version_7 L94–97
+ test_format_version_round_trips_through_store_v8 method method test_format_version_round_trips_through_store_v8 L99–104
+ test_new_commit_has_format_version_8 method method test_new_commit_has_format_version_8 L94–97
← Older Oldest on task/fix-store-tests
All commits
Newer → Latest on task/fix-store-tests

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:00af7f429c58e707f201feb71ea9be4d2d79df6276c0822859c2429b05c4dabc --body "your comment"