@@ -31,7 +31,7 @@ import {
3131
3232const config = setupEnvironment ( process . env ) ;
3333
34- const debugLogger = createLogger ( 'e2e:spartan-test:upgrade_via_cli ' ) ;
34+ const debugLogger = createLogger ( 'e2e:spartan-test:upgrade_rollup_version ' ) ;
3535
3636/**
3737 * Deployment result from the deploy_rollup_upgrade.sh script.
@@ -104,7 +104,7 @@ function bumpManaTargetInNetworkDefaults(currentManaTarget: bigint): () => void
104104
105105// This test deploys a new rollup version using the deploy_rollup_upgrade.sh script
106106// and goes through the governance process to register it
107- describe ( 'spartan_upgrade_via_cli ' , ( ) => {
107+ describe ( 'spartan_upgrade_rollup_version ' , ( ) => {
108108 let aztecNode : AztecNode ;
109109 let nodeInfo : NodeInfo ;
110110 let ETHEREUM_HOSTS : string [ ] ;
@@ -139,7 +139,7 @@ describe('spartan_upgrade_via_cli', () => {
139139 it ( 'should deploy a new rollup via deploy script and upgrade via governance' , async ( ) => {
140140 const chain = createEthereumChain ( ETHEREUM_HOSTS , nodeInfo . l1ChainId ) ;
141141
142- // Derive private key from mnemonic (same as upgrade_rollup_version.test.ts)
142+ // Derive private key from mnemonic
143143 const hdAccount = mnemonicToAccount ( MNEMONIC , { addressIndex : 0 } ) ;
144144 const hdKey = hdAccount . getHdKey ( ) ;
145145 if ( ! hdKey . privateKey ) {
@@ -652,6 +652,6 @@ describe('spartan_upgrade_via_cli', () => {
652652 ) ,
653653 ) . resolves . toBe ( true ) ;
654654
655- debugLogger . info ( 'Successfully verified new rollup is producing and proving blocks via CLI deploy ' ) ;
655+ debugLogger . info ( 'Successfully verified new rollup is producing and proving blocks' ) ;
656656 } ) ;
657657} ) ;
0 commit comments