Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Mar 14, 2024
1 parent 7029912 commit 8becf4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/stacks/api-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class APIStack extends cdk.Stack {
sourceMap: true,
},
environment: {
VERSION: '2',
VERSION: '3',
NODE_OPTIONS: '--enable-source-maps',
...props.envVars,
stage,
Expand Down
2 changes: 1 addition & 1 deletion test/handlers/hard-quote/handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('Quote handler', () => {
});
});

it('No quotes', async () => {
it.only('No quotes', async () => {
const request = await getRequest(getOrder({ cosigner: cosignerWallet.address }));

const response: APIGatewayProxyResult = await getQuoteHandler([]).handler(
Expand Down

0 comments on commit 8becf4d

Please sign in to comment.