Skip to content

Commit 26eeadd

Browse files
committed
update tests
1 parent 58ae50d commit 26eeadd

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-
"2105f7490b862ada104f4da5bfca173ad4ee1f2e5dae92c26665ddd5bb4a951f",
380+
"6d59c621e41a1648b637b1392505cd34501613108100bedf5f30b0020770b74a",
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-
"2105f7490b862ada104f4da5bfca173ad4ee1f2e5dae92c26665ddd5bb4a951f",
424+
"6d59c621e41a1648b637b1392505cd34501613108100bedf5f30b0020770b74a",
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-
"2105f7490b862ada104f4da5bfca173ad4ee1f2e5dae92c26665ddd5bb4a951f",
471+
"6d59c621e41a1648b637b1392505cd34501613108100bedf5f30b0020770b74a",
472472
)
473473
.unwrap(),
474474
proxy: Some(
475475
ContractId::from_str(
476-
"00802a2891db52f7a85183fe76c95804e2feb2c1831d755651e5179f777793ba",
476+
"49bde7ba2bd4bdd593411bdf2080026588df8a97546b48fe4cd4f03bd4bf916d",
477477
)
478478
.unwrap(),
479479
),

0 commit comments

Comments
 (0)