diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
| commit | c37ceaf1c3e4371f320798bf423719a9a6fe71fd (patch) | |
| tree | e202a3eccb05f7ca0734cb4130ce69c1076452f5 /tests | |
| parent | 0753e0bcdd3d606f8f0226a3980bcd817117abaa (diff) | |
refactor(claim) add RepoRef struct
enable wider usage of repoistory reference details
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/claim.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/claim.rs b/tests/claim.rs index ec62c0b..914b12e 100644 --- a/tests/claim.rs +++ b/tests/claim.rs | |||
| @@ -165,7 +165,7 @@ mod sends_repoistory_to_relays { | |||
| 165 | 165 | ||
| 166 | #[test] | 166 | #[test] |
| 167 | #[serial] | 167 | #[serial] |
| 168 | fn d_replaceable_event_identifier() -> Result<()> { | 168 | fn root_commit_as_d_replaceable_event_identifier() -> Result<()> { |
| 169 | let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?; | 169 | let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?; |
| 170 | for relay in [&r53, &r55, &r56] { | 170 | for relay in [&r53, &r55, &r56] { |
| 171 | let event: &nostr::Event = relay | 171 | let event: &nostr::Event = relay |
| @@ -182,7 +182,7 @@ mod sends_repoistory_to_relays { | |||
| 182 | 182 | ||
| 183 | #[test] | 183 | #[test] |
| 184 | #[serial] | 184 | #[serial] |
| 185 | fn root_commit() -> Result<()> { | 185 | fn root_commit_as_reference() -> Result<()> { |
| 186 | let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?; | 186 | let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?; |
| 187 | for relay in [&r53, &r55, &r56] { | 187 | for relay in [&r53, &r55, &r56] { |
| 188 | let event: &nostr::Event = relay | 188 | let event: &nostr::Event = relay |