upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/specs/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grasp-audit/src/specs/mod.rs')
-rw-r--r--grasp-audit/src/specs/mod.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs
index c1c277c..a502866 100644
--- a/grasp-audit/src/specs/mod.rs
+++ b/grasp-audit/src/specs/mod.rs
@@ -3,8 +3,4 @@
3pub mod grasp01; 3pub mod grasp01;
4 4
5// Re-export all test structs from grasp01 module 5// Re-export all test structs from grasp01 module
6pub use grasp01::{ 6pub use grasp01::{EventAcceptancePolicyTests, Nip01SmokeTests, Nip11DocumentTests};
7 EventAcceptancePolicyTests,
8 Nip01SmokeTests,
9 Nip11DocumentTests,
10};