Skip to content

Commit

Permalink
chore: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
imnaiyar committed Jan 19, 2025
1 parent 6bb9a0f commit b0b8eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/__tests__/types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ describe('Interaction with_response overloads.', () => {
}),
);
});
test('Launch activity returns undefined.', () => {

test('Launch activity returns undefined.', () => {
assertType<Promise<undefined>>(api.interactions.launchActivity(SNOWFLAKE, TOKEN, { with_response: false }));
assertType<Promise<undefined>>(api.interactions.launchActivity(SNOWFLAKE, TOKEN));
});
Expand Down

0 comments on commit b0b8eba

Please sign in to comment.