modified radicle-node/src/tests/e2e.rs
@@ -160,7 +160,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -182,10 +182,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -200,7 +197,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -73,6 +73,9 @@ pub fn init<G: Signer, S: WriteStorage>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -376,8 +376,6 @@ pub trait ReadStorage {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -640,10 +638,6 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -137,26 +137,6 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -325,6 +305,26 @@ impl Storage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/fixtures.rs
@@ -10,7 +10,6 @@ use crate::rad;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -47,7 +46,6 @@ pub fn storage<P: AsRef<Path>, G: Signer>(path: P, signer: &G) -> Result<Storage
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -70,7 +68,6 @@ pub fn project<P: AsRef<Path>, G: Signer>(
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -81,10 +81,6 @@ impl ReadStorage for MockStorage {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|