Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas committed Sep 21, 2024
1 parent 97482c2 commit a24a18a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/e2e/commands/network.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ describe('NetworkCommand', () => {
flags.log4j2Xml.constName,
flags.profileFile.constName,
flags.profileName.constName,
flags.quiet.constName,
flags.settingTxt.constName
])
} catch (e) {
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/commands/separate_node_add.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ describe('Node add via separated commands should success', () => {
flags.generateTlsKeys.constName,
flags.gossipEndpoints.constName,
flags.grpcEndpoints.constName,
flags.quiet.constName,
flags.adminKey.constName,
'curDate',
'freezeAdminPrivateKey',
flags.quiet.constName
'freezeAdminPrivateKey'
])
await nodeCmd.accountManager.close()
}, 800000)
Expand Down

0 comments on commit a24a18a

Please sign in to comment.