Skip to content

Commit

Permalink
Update testData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Sep 21, 2024
1 parent 1645d05 commit a617777
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/testData.js
Original file line number Diff line number Diff line change
Expand Up @@ -1109,3 +1109,10 @@ export const TEST_SCHEDULED_EVENTS = {
return scheduledEvent;
},
};

export const TEST_USERS = {
GENERIC_USER: (client) => {
const user = new User(client, TEST_DATA.USER);
return user;
},
};

0 comments on commit a617777

Please sign in to comment.