Skip to content

Commit

Permalink
fixed missing skip node in separate node delete test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Jan 8, 2025
1 parent 9fb1fc9 commit 3116354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/commands/separate_node_delete.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ e2eTestSuite(namespace, argv, undefined, undefined, undefined, undefined, undefi
await bootstrapResp.opts.accountManager.close();
}).timeout(Duration.ofMinutes(10).toMillis());

balanceQueryShouldSucceed(bootstrapResp.opts.accountManager, nodeCmd, namespace);
balanceQueryShouldSucceed(bootstrapResp.opts.accountManager, nodeCmd, namespace, nodeAlias);

accountCreationShouldSucceed(bootstrapResp.opts.accountManager, nodeCmd, namespace);
accountCreationShouldSucceed(bootstrapResp.opts.accountManager, nodeCmd, namespace, nodeAlias);

it('config.txt should no longer contain removed nodeAlias', async () => {
// read config.txt file from first node, read config.txt line by line, it should not contain value of nodeAlias
Expand Down

0 comments on commit 3116354

Please sign in to comment.