Skip to content

Commit

Permalink
fix(types): sudo for DevShidenHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
PraetorP committed Sep 14, 2023
1 parent bd22bf4 commit 477a07d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/src/util/playgrounds/unique.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,16 +616,7 @@ export class DevAstarHelper extends AstarHelper {
}
}

export class DevShidenHelper extends AstarHelper {
wait: WaitGroup;

constructor(logger: { log: (msg: any, level: any) => void, level: any }, options: {[key: string]: any} = {}) {
options.helperBase = options.helperBase ?? DevShidenHelper;

super(logger, options);
this.wait = new WaitGroup(this);
}
}
export class DevShidenHelper extends DevAstarHelper { }

export class DevAcalaHelper extends AcalaHelper {
wait: WaitGroup;
Expand Down

0 comments on commit 477a07d

Please sign in to comment.