Skip to content

Commit adbb816

Browse files
committed
Adjust contract ids in forc client tests
1 parent e435335 commit adbb816

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-
"440b559604961bdbeaa31421823f34e45d246b5d139aa4886e5e1cf2901fc925",
380+
"4013221a3c9a9f5fecd4efd4414a932e2d4989d39cb0627edf3e96cefe6a0d98",
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-
"440b559604961bdbeaa31421823f34e45d246b5d139aa4886e5e1cf2901fc925",
424+
"4013221a3c9a9f5fecd4efd4414a932e2d4989d39cb0627edf3e96cefe6a0d98",
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-
"440b559604961bdbeaa31421823f34e45d246b5d139aa4886e5e1cf2901fc925",
471+
"4013221a3c9a9f5fecd4efd4414a932e2d4989d39cb0627edf3e96cefe6a0d98",
472472
)
473473
.unwrap(),
474474
proxy: Some(
475475
ContractId::from_str(
476-
"19d465200575ebd085300242002efcda38db99e22449a5c1346588efe9ced7f7",
476+
"bd18236609e37988376363bdb63b9515d1cc5b8eefec4f955581ae828fb4d9a9",
477477
)
478478
.unwrap(),
479479
),

0 commit comments

Comments
 (0)