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- "b9443b8e389d42e551b80bb7e94adb4dd37c6985088401940035e36489c90af8 " ,
380+ "d54d140236c92deb6b10fb5926d0362f86654111cd8e24bb9b416a84c5eba9a5 " ,
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- "b9443b8e389d42e551b80bb7e94adb4dd37c6985088401940035e36489c90af8 " ,
424+ "d54d140236c92deb6b10fb5926d0362f86654111cd8e24bb9b416a84c5eba9a5 " ,
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- "b9443b8e389d42e551b80bb7e94adb4dd37c6985088401940035e36489c90af8 " ,
471+ "d54d140236c92deb6b10fb5926d0362f86654111cd8e24bb9b416a84c5eba9a5 " ,
472472 )
473473 . unwrap ( ) ,
474474 proxy : Some (
475475 ContractId :: from_str (
476- "e597d0ef3dc3375402f32bcaa7fc66940f92c31a916e87e7eebb32fcd147d752 " ,
476+ "3806de177541f8e9e970640c1455bc9740a2b0248ee959a634ffe4ab6df558e2 " ,
477477 )
478478 . unwrap ( ) ,
479479 ) ,
You can’t perform that action at this time.
0 commit comments