Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Sep 24, 2024
1 parent 146b9ba commit e9f47dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/forge/tests/it/zk/paymaster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ async fn test_zk_contract_paymaster() {
config.fs_permissions.add(PathPermission::read("./zkout"));
prj.write_config(config);

prj.add_source("MyPaymaster.sol", include_str!("../../fixtures/zk/MyPaymaster.sol"))
.unwrap();
prj.add_source("Paymaster.t.sol", include_str!("../../fixtures/zk/Paymaster.t.sol"))
.unwrap();
prj.add_source("MyPaymaster.sol", include_str!("../../fixtures/zk/MyPaymaster.sol")).unwrap();
prj.add_source("Paymaster.t.sol", include_str!("../../fixtures/zk/Paymaster.t.sol")).unwrap();

cmd.args(["test", "--zk-startup", "--evm-version", "shanghai", "--via-ir"]);
assert!(cmd.stdout_lossy().contains("Suite result: ok"));
Expand Down

0 comments on commit e9f47dd

Please sign in to comment.