diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-13 09:09:59 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-13 09:09:59 +0000 |
| commit | faac6027deaf5f1e121c05df2d8a6336fd6eaf8d (patch) | |
| tree | 57080ce5a41edf7362ce569dd86c8ae38a3624cc /grasp-audit/README.md | |
| parent | 8fc4078d60f0ccf16318fe7fa765fcdd3627fe1f (diff) | |
fix: add trailing newlines to deterministic commit content
The CommitVariant::file_content() methods were returning strings without
trailing newlines, but the expected hash constants were calculated with
trailing newlines. This caused hash mismatches in tests.
Updated all hash constants to match the actual commit hashes produced
with trailing newlines in the file content.
Diffstat (limited to 'grasp-audit/README.md')
| -rw-r--r-- | grasp-audit/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/grasp-audit/README.md b/grasp-audit/README.md index 2cc9247..936f10f 100644 --- a/grasp-audit/README.md +++ b/grasp-audit/README.md | |||
| @@ -298,10 +298,10 @@ Fixtures use deterministic commit hashes for reproducible testing: | |||
| 298 | 298 | ||
| 299 | | Constant | Hash | Used By | | 299 | | Constant | Hash | Used By | |
| 300 | | ------------------------------------------------ | ------------------------------------------ | ------------------------------------------------ | | 300 | | ------------------------------------------------ | ------------------------------------------ | ------------------------------------------------ | |
| 301 | | `DETERMINISTIC_COMMIT_HASH` | `64ea71d79a57a7acb334cd9651f8aec067c0ce5d` | Owner fixtures (RepoState, OwnerStateDataPushed) | | 301 | | `DETERMINISTIC_COMMIT_HASH` | `d6e4b26ccf9c268d18d60e6d09804313cc850821` | Owner fixtures (RepoState, OwnerStateDataPushed) | |
| 302 | | `MAINTAINER_DETERMINISTIC_COMMIT_HASH` | `1c2d472c9b71ed51968a66500281a3c4a6840464` | MaintainerStateDataPushed | | 302 | | `MAINTAINER_DETERMINISTIC_COMMIT_HASH` | `d26703c007eff6d17fee3bb70ce8be5d1427d0e7` | MaintainerStateDataPushed | |
| 303 | | `RECURSIVE_MAINTAINER_DETERMINISTIC_COMMIT_HASH` | `05939b82de66fbdb9c077d0a64fc68522f3cb8e0` | RecursiveMaintainerStateDataPushed | | 303 | | `RECURSIVE_MAINTAINER_DETERMINISTIC_COMMIT_HASH` | `54a2b4b3cbc3373ad1438b8ffad1681d12bc6c4a` | RecursiveMaintainerStateDataPushed | |
| 304 | | `PR_TEST_COMMIT_HASH` | `5d40fb1555a0c28bf4d650515a73aaa54d4d9bfb` | PR fixtures (PREvent, PREventGenerated) | | 304 | | `PR_TEST_COMMIT_HASH` | `5a51b30e4615b572dcd5b9e487861b58605a5c21` | PR fixtures (PREvent, PREventGenerated) | |
| 305 | 305 | ||
| 306 | #### Fixture Dependencies | 306 | #### Fixture Dependencies |
| 307 | 307 | ||