Skip to content

Commit

Permalink
fix: change field
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjs committed Dec 28, 2024
1 parent fc58c42 commit a614514
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/fixtures/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export const testDataWithDevTitle = {
};

export const transformedArgsForOnboardingExtension = {
member: {
memberObj: {
user: {
id: 134672111,
username: "username",
Expand All @@ -395,9 +395,9 @@ export const transformedArgsForOnboardingExtension = {
nick: "<nick>",
joined_at: "<joined_at>",
},
userId: { name: "userId", type: 6, value: "1545562672", options: [] },
numberOfDays: { value: "20", name: "numberOfDays", type: 3, options: [] },
reason: { value: "reason", name: "reason", type: 3, options: [] },
userIdObj: { name: "userId", type: 6, value: "1545562672", options: [] },
numberOfDaysObj: { value: "20", name: "numberOfDays", type: 3, options: [] },
reasonObj: { value: "reason", name: "reason", type: 3, options: [] },
channelId: 6754321,
dev: { value: false, name: "dev", type: 5 },
devObj: { value: false, name: "dev", type: 5 },
};

0 comments on commit a614514

Please sign in to comment.