upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/lib.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 16:27:29 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 16:27:29 +0000
commite6ceab90de1acad154624022a6036efac18abab6 (patch)
tree315c7b7ffc22339ed6cd0a31002e2fb0df190684 /grasp-audit/src/lib.rs
parentb94262161df99966fbb8aa6861fb46603039111f (diff)
test: added checks that refs/nostr/<event-id> match commit in PR / update
Diffstat (limited to 'grasp-audit/src/lib.rs')
-rw-r--r--grasp-audit/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/src/lib.rs b/grasp-audit/src/lib.rs
index 5ee93b3..fb52ba7 100644
--- a/grasp-audit/src/lib.rs
+++ b/grasp-audit/src/lib.rs
@@ -46,7 +46,7 @@ pub use fixtures::{
46 // Types and constants 46 // Types and constants
47 CommitVariant, ContextMode, FixtureKind, TestContext, 47 CommitVariant, ContextMode, FixtureKind, TestContext,
48 DETERMINISTIC_COMMIT_HASH, MAINTAINER_DETERMINISTIC_COMMIT_HASH, 48 DETERMINISTIC_COMMIT_HASH, MAINTAINER_DETERMINISTIC_COMMIT_HASH,
49 RECURSIVE_MAINTAINER_DETERMINISTIC_COMMIT_HASH, 49 PR_TEST_COMMIT_HASH, RECURSIVE_MAINTAINER_DETERMINISTIC_COMMIT_HASH,
50}; 50};
51pub use result::{AuditResult, TestResult}; 51pub use result::{AuditResult, TestResult};
52 52