Skip to content

Commit

Permalink
MTG-1028 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-kl committed Jan 27, 2025
1 parent 9724ecf commit f33f902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup/src/rocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ impl RocksTestEnvironmentSetup {
.iter()
.map(|pubkey| AssetOwner {
pubkey: *pubkey,
owner: generate_test_updated(Some(owner_uuid.clone())),
owner: generate_test_updated(Some(owner_uuid)),
owner_type: generate_test_updated(entities::enums::OwnerType::Single),
owner_delegate_seq: generate_test_updated(Some(
rand::thread_rng().gen_range(0..100),
Expand Down

0 comments on commit f33f902

Please sign in to comment.