Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 authored and kariy committed Oct 23, 2024
1 parent df39a38 commit bdd637d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/executor/src/implementation/blockifier/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,8 @@ mod tests {
}

#[test]
#[ignore = "The blockifier chain id conversion adds bytes for chain ids which don't have a valid utf8 representation"]
#[ignore = "The blockifier chain id conversion adds bytes for chain ids which don't have a \
valid utf8 representation"]
fn failing_blockifier_chain_id_conversion() {
let id = felt!("0xc72dd9d5e883e");

Expand All @@ -732,7 +733,6 @@ mod tests {
assert_eq!(actual_id, id)
}


fn create_blockifier_call_info() -> CallInfo {
let top_events = vec![OrderedEvent {
order: 0,
Expand Down

0 comments on commit bdd637d

Please sign in to comment.