Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Oct 16, 2024
1 parent bf238ab commit f52e878
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/forge/tests/it/zk/cheats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ async fn test_zk_cheat_roll_works() {
#[tokio::test(flavor = "multi_thread")]
async fn test_zk_cheat_get_code() {
let mut zk_config = TEST_DATA_DEFAULT.zk_test_data.zk_config.clone();
zk_config
.fs_permissions
.add(PathPermission::read("./zk"));
zk_config.fs_permissions.add(PathPermission::read("./zk"));

let runner = TEST_DATA_DEFAULT.runner_with_zksync_config(zk_config);
let filter = Filter::new("testZkCheatcodesGetCode", "ZkCheatcodesTest", ".*");
Expand Down

0 comments on commit f52e878

Please sign in to comment.