Skip to content

Commit

Permalink
refactor: apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Dec 12, 2023
1 parent b040e40 commit 460d687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lambda-tiler/src/routes/__tests__/wmts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('WMTSRouting', () => {
beforeEach(() => {
sandbox.stub(ConfigLoader, 'load').resolves(config);
sandbox.stub(Env, 'get').callsFake((arg) => {
if (arg === Env.PublicUrlBase) return 'https://tiles.test'
if (arg === Env.PublicUrlBase) return 'https://tiles.test';
return process.env[arg];
});

Expand Down

0 comments on commit 460d687

Please sign in to comment.