Skip to content

Commit

Permalink
chore: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikurn committed Jan 23, 2025
1 parent c056174 commit 9f6761f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ describe('LicenseService', () => {
return new BarcodeService(
{
barcodeSecretKey: 'secret',
barcodeExpireTimeInSec: 60,
barcodeSessionExpireTimeInSec: 3600,
} as ConfigType<typeof LicenseConfig>,
cacheStore as unknown as Cache,
)
Expand Down

0 comments on commit 9f6761f

Please sign in to comment.