Skip to content

Commit 9265277

Browse files
committed
update tests
1 parent 6a4a3bb commit 9265277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

forc-plugins/forc-client/tests/deploy.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ async fn test_simple_deploy() {
377377
node.kill().unwrap();
378378
let expected = vec![DeployedPackage::Contract(DeployedContract {
379379
id: ContractId::from_str(
380-
"b9443b8e389d42e551b80bb7e94adb4dd37c6985088401940035e36489c90af8",
380+
"d54d140236c92deb6b10fb5926d0362f86654111cd8e24bb9b416a84c5eba9a5",
381381
)
382382
.unwrap(),
383383
proxy: None,
@@ -421,7 +421,7 @@ async fn test_deploy_submit_only() {
421421
node.kill().unwrap();
422422
let expected = vec![DeployedPackage::Contract(DeployedContract {
423423
id: ContractId::from_str(
424-
"b9443b8e389d42e551b80bb7e94adb4dd37c6985088401940035e36489c90af8",
424+
"d54d140236c92deb6b10fb5926d0362f86654111cd8e24bb9b416a84c5eba9a5",
425425
)
426426
.unwrap(),
427427
proxy: None,
@@ -468,12 +468,12 @@ async fn test_deploy_fresh_proxy() {
468468
node.kill().unwrap();
469469
let impl_contract = DeployedPackage::Contract(DeployedContract {
470470
id: ContractId::from_str(
471-
"b9443b8e389d42e551b80bb7e94adb4dd37c6985088401940035e36489c90af8",
471+
"d54d140236c92deb6b10fb5926d0362f86654111cd8e24bb9b416a84c5eba9a5",
472472
)
473473
.unwrap(),
474474
proxy: Some(
475475
ContractId::from_str(
476-
"e597d0ef3dc3375402f32bcaa7fc66940f92c31a916e87e7eebb32fcd147d752",
476+
"3806de177541f8e9e970640c1455bc9740a2b0248ee959a634ffe4ab6df558e2",
477477
)
478478
.unwrap(),
479479
),

0 commit comments

Comments
 (0)