Skip to content

Commit

Permalink
updating contract ids
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Nov 22, 2024
1 parent fedbb4a commit d7326ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forc-plugins/forc-client/tests/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ async fn test_simple_deploy() {
node.kill().unwrap();
let expected = vec![DeployedPackage::Contract(DeployedContract {
id: ContractId::from_str(
"5c51b8904c539700852c646c6700fddab4b80477f66e56fb2515736facd84e69",
"e7959bc70b1fc83ee0b8d8f546ffe4347151683a04a566d0bbc78f843f913851",
)
.unwrap(),
proxy: None,
Expand Down Expand Up @@ -416,7 +416,7 @@ async fn test_deploy_submit_only() {
node.kill().unwrap();
let expected = vec![DeployedPackage::Contract(DeployedContract {
id: ContractId::from_str(
"5c51b8904c539700852c646c6700fddab4b80477f66e56fb2515736facd84e69",
"e7959bc70b1fc83ee0b8d8f546ffe4347151683a04a566d0bbc78f843f913851",
)
.unwrap(),
proxy: None,
Expand Down Expand Up @@ -462,7 +462,7 @@ async fn test_deploy_fresh_proxy() {
node.kill().unwrap();
let impl_contract = DeployedPackage::Contract(DeployedContract {
id: ContractId::from_str(
"5c51b8904c539700852c646c6700fddab4b80477f66e56fb2515736facd84e69",
"e7959bc70b1fc83ee0b8d8f546ffe4347151683a04a566d0bbc78f843f913851",
)
.unwrap(),
proxy: Some(
Expand Down

0 comments on commit d7326ff

Please sign in to comment.