Skip to content

Commit 58bdb8d

Browse files
committed
Fix worse merge
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 608dca4 commit 58bdb8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stackslib/src/net/api/tests/gettenureblocks.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,13 @@ fn test_try_make_response() {
7171
StacksHttpRequest::new_get_tenure_blocks(addr.clone().into(), &nakamoto_consensus_hash);
7272
requests.push(request);
7373

74-
let genesis_consensus_hash = &test_observer
74+
let genesis_consensus_hash = test_observer
7575
.get_blocks()
7676
.first()
7777
.unwrap()
7878
.metadata
79-
.consensus_hash;
79+
.consensus_hash
80+
.clone();
8081

8182
// query existing, non-empty Epoch2 tenure
8283
let request =

0 commit comments

Comments
 (0)