fixed test

This commit is contained in:
Maxime Van Hees
2025-09-19 10:35:08 +02:00
parent 8ab841f68c
commit 151a6ffbfa
4 changed files with 17 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
pub mod age; // NEW
pub mod age;
pub mod sym;
pub mod cmd;
pub mod crypto;
@@ -9,6 +9,6 @@ pub mod rpc;
pub mod rpc_server;
pub mod server;
pub mod storage;
pub mod storage_trait; // Add this
pub mod storage_sled; // Add this
pub mod storage_trait;
pub mod storage_sled;
pub mod admin_meta;