Skip to content

Commit

Permalink
chore: run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sprtd committed Oct 24, 2024
1 parent f0e2ad2 commit 7789084
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion crates/cheatnet/tests/cheatcodes/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ fn store_state_map_simple_value() {
test_env.call_contract(&contract_address, "read", &[map_key]),
&[inserted_value.into()],
);
}
}
3 changes: 0 additions & 3 deletions crates/forge/tests/integration/test_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,5 @@ fn felt252_dict_usage() {
));

let result = run_test_case(&test);

assert_passed(&result);
}


0 comments on commit 7789084

Please sign in to comment.