File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
forc-plugins/forc-client/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ async fn test_simple_deploy() {
377
377
node. kill ( ) . unwrap ( ) ;
378
378
let expected = vec ! [ DeployedPackage :: Contract ( DeployedContract {
379
379
id: ContractId :: from_str(
380
- "440b559604961bdbeaa31421823f34e45d246b5d139aa4886e5e1cf2901fc925 " ,
380
+ "4013221a3c9a9f5fecd4efd4414a932e2d4989d39cb0627edf3e96cefe6a0d98 " ,
381
381
)
382
382
. unwrap( ) ,
383
383
proxy: None ,
@@ -421,7 +421,7 @@ async fn test_deploy_submit_only() {
421
421
node. kill ( ) . unwrap ( ) ;
422
422
let expected = vec ! [ DeployedPackage :: Contract ( DeployedContract {
423
423
id: ContractId :: from_str(
424
- "440b559604961bdbeaa31421823f34e45d246b5d139aa4886e5e1cf2901fc925 " ,
424
+ "4013221a3c9a9f5fecd4efd4414a932e2d4989d39cb0627edf3e96cefe6a0d98 " ,
425
425
)
426
426
. unwrap( ) ,
427
427
proxy: None ,
@@ -468,12 +468,12 @@ async fn test_deploy_fresh_proxy() {
468
468
node. kill ( ) . unwrap ( ) ;
469
469
let impl_contract = DeployedPackage :: Contract ( DeployedContract {
470
470
id : ContractId :: from_str (
471
- "440b559604961bdbeaa31421823f34e45d246b5d139aa4886e5e1cf2901fc925 " ,
471
+ "4013221a3c9a9f5fecd4efd4414a932e2d4989d39cb0627edf3e96cefe6a0d98 " ,
472
472
)
473
473
. unwrap ( ) ,
474
474
proxy : Some (
475
475
ContractId :: from_str (
476
- "19d465200575ebd085300242002efcda38db99e22449a5c1346588efe9ced7f7 " ,
476
+ "bd18236609e37988376363bdb63b9515d1cc5b8eefec4f955581ae828fb4d9a9 " ,
477
477
)
478
478
. unwrap ( ) ,
479
479
) ,
You can’t perform that action at this time.
0 commit comments