Tests pass

This commit is contained in:
Dominik Werder
2021-10-14 22:34:06 +02:00
parent 3b917d6bd3
commit 7b79070e8a
16 changed files with 756 additions and 258 deletions

View File

@@ -17,6 +17,7 @@ pub fn make_test_node(id: u32) -> Node {
backend: "testbackend".into(),
splits: None,
archiver_appliance: None,
channel_archiver: None,
}
}