Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Sep 25, 2023
1 parent b374ecf commit 6bdb491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/simple-dvt-deploy.e2e-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe('Simple DVT deploy', () => {
expect(operators[0].name).toBe(sdvtNodeOperator1.name);
});

test('add simple-dvt node operator with key', async () => {
test('add new simple-dvt node operator without key', async () => {
const simpleDvtState = deployState.stakingRouterData.stakingModules[1];
const srModuleAddress = convertAddressToLowerCase(simpleDvtState.stakingModuleAddress);
const moduleInstance = stakingRouterService.getStakingRouterModuleImpl(simpleDvtState.type);
Expand Down

0 comments on commit 6bdb491

Please sign in to comment.