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- "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 ) ,
You can’t perform that action at this time.
0 commit comments