Skip to content

Commit

Permalink
fix: test (foundry-rs#3958)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Dec 26, 2022
1 parent 02cb1c0 commit be67c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/it/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ casttest!(test_live_cast_storage_succeeds, |_: TestProject, mut cmd: TestCommand
// version < min, so empty storage layout
let address = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
cmd.cast_fuse().args(["storage", "--rpc-url", eth_rpc_url.as_str(), address]);
let output = cmd.stdout_lossy();
let output = cmd.stderr_lossy();
assert!(output.contains("Storage layout is empty"), "{}", output);
// first slot is the name, always is "Wrapped Ether"
cmd.cast_fuse().args(["storage", "--rpc-url", eth_rpc_url.as_str(), address, "0"]);
Expand Down

0 comments on commit be67c44

Please sign in to comment.