Skip to content

Commit

Permalink
updated the mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Feb 17, 2025
1 parent bc0ef33 commit b3ab67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mocks/Template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export const createTemplateMock = (input: any) => ({

export const templateMock = createTemplateMock({
label: 'title',
body: 'Hi, How are you*_~``~_* {{1}}',
body: 'Hi, How are you*_~~_* {{1}}',
type: 'TEXT',
category: 'ACCOUNT_UPDATE',
tagId: '1',
Expand All @@ -279,7 +279,7 @@ export const templateMock = createTemplateMock({
isHsm: true,
shortcode: 'element_name',
languageId: '1',
example: 'Hi, How are you*_~``~_* [User]',
example: 'Hi, How are you*_~~_* [User]',
hasButtons: true,
buttons: '[{"type":"PHONE_NUMBER","text":"Call me","phone_number":"9876543210"}]',
buttonType: 'CALL_TO_ACTION',
Expand Down

0 comments on commit b3ab67c

Please sign in to comment.