Skip to content

Commit b382ac2

Browse files
committed
fix variable shadowing
1 parent f003f30 commit b382ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/integration/plugins/operator/MaintainTopologyService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('MaintainTopologyService', () => {
8282
0
8383
)
8484
const operatorContractAddress = toEthereumAddress(await operatorContract.getAddress())
85-
const operatorFleetState = createOperatorFleetState(formCoordinationStreamId(operatorContractAddress))
85+
operatorFleetState = createOperatorFleetState(formCoordinationStreamId(operatorContractAddress))
8686
const maintainTopologyHelper = new MaintainTopologyHelper(
8787
createClient(operatorWallet.privateKey).getOperator(toEthereumAddress(operatorContractAddress))
8888
)

0 commit comments

Comments
 (0)