treewide/test: Use `impl Arbitrary for Oid`
modified crates/radicle-core/src/repo.rs
@@ -313,10 +313,7 @@ pub mod arbitrary {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/wire.rs
@@ -624,8 +624,8 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/refs/arbitrary.rs
@@ -17,7 +17,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,13 +28,12 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -49,10 +48,7 @@ impl Arbitrary for Refs {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -66,7 +62,7 @@ impl Arbitrary for RefsAt {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/arbitrary.rs
@@ -25,8 +25,7 @@ use crate::test::storage::{MockRepository, MockStorage};
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|