Skip to content

Commit

Permalink
fix: a typing issue in lottery tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Dec 29, 2024
1 parent bc5bc22 commit 3306a9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const tests = [
});

const installationsRes = await this.client.module.moduleInstallationsControllerGetInstalledModules({
filters: { gameServerId: [this.setupData.gameserver.id], moduleId: [this.setupData.lotteryModule.id] },
filters: { gameserverId: [this.setupData.gameserver.id], moduleId: [this.setupData.lotteryModule.id] },
});
const mod = installationsRes.data.data[0];

Expand Down

0 comments on commit 3306a9d

Please sign in to comment.