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() {
377377 node. kill ( ) . unwrap ( ) ;
378378 let expected = vec ! [ DeployedPackage :: Contract ( DeployedContract {
379379 id: ContractId :: from_str(
380- "91c435d6cdb720db92097958163bc43dbc5c4acfbb3d98025039addb9e2da8bb " ,
380+ "b355afc63e9f2114a004179b846511194fa1dada59abaa8bd36d4cb92b5abd54 " ,
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- "91c435d6cdb720db92097958163bc43dbc5c4acfbb3d98025039addb9e2da8bb " ,
424+ "b355afc63e9f2114a004179b846511194fa1dada59abaa8bd36d4cb92b5abd54 " ,
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- "91c435d6cdb720db92097958163bc43dbc5c4acfbb3d98025039addb9e2da8bb " ,
471+ "b355afc63e9f2114a004179b846511194fa1dada59abaa8bd36d4cb92b5abd54 " ,
472472 )
473473 . unwrap ( ) ,
474474 proxy : Some (
475475 ContractId :: from_str (
476- "212c0edca7ddbb762d93a2446083d94df2db059d1f41ad49807223e8249669e5 " ,
476+ "8187e4fba90791fe287204ccf110b1fb5500e5a90142ad879e6b2dbda50ce904 " ,
477477 )
478478 . unwrap ( ) ,
479479 ) ,
You can’t perform that action at this time.
0 commit comments