Skip to content

Commit

Permalink
ci: Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jul 12, 2023
1 parent ffff017 commit 1d8cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/dao.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ fn test_dao_too_many_output_cells() {

let mut b = vec![0; 8];
LittleEndian::write_u64(&mut b, 1554);
let input_cell_meta = CellMetaBuilder::from_cell_output(cell.clone(), Bytes::from(b))
let input_cell_meta = CellMetaBuilder::from_cell_output(cell, Bytes::from(b))
.out_point(previous_out_point.clone())
.transaction_info(TransactionInfo {
block_hash: withdraw_header.hash(),
Expand Down

0 comments on commit 1d8cd5c

Please sign in to comment.