Skip to content

Commit

Permalink
nit(sequencer): suggestion from noot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Apr 5, 2024
1 parent 77e370c commit 77cc50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-sequencer/src/api_state_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ mod test {
// create inner rollup id/tx data
let mut deposits = HashMap::new();
for _ in 0..2 {
let rollup_id = RollupId::new([rng.gen(); 32]);
let rollup_id = RollupId::new(rng.gen());
let bridge_address = Address::try_from_slice(&[rng.gen(); 20]).unwrap();
let amount = rng.gen::<u128>();
let asset_id = Id::from_denom(&rng.gen::<u8>().to_string());
Expand Down

0 comments on commit 77cc50b

Please sign in to comment.