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
−
test_format_version_round_trips_through_store_v7
method
method test_format_version_round_trips_through_store_v7 L99–104
+
test_format_version_round_trips_through_store_v8
method
method test_format_version_round_trips_through_store_v8 L99–104
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:00af7f429c58e707f201feb71ea9be4d2d79df6276c0822859c2429b05c4dabc --body "your comment"
No comments yet. Be the first to start the discussion.