Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed May 7, 2024
1 parent 526edc1 commit ed9595f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ctst/world/Zenko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default class Zenko extends World<ZenkoWorldParameters> {
const savedParameters = JSON.parse(JSON.stringify(this.cliOptions)) as object;
this.resetGlobalType();
this.addToSaved('identityType', entityType);
this.parameters.logger?.info('SETUP ENTITY', { entityType });
switch (entityType) {
case EntityType.ACCOUNT:
await this.prepareRootUser();
Expand Down

0 comments on commit ed9595f

Please sign in to comment.