Skip to content

Commit

Permalink
clean the mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
thwalker6 committed Jan 16, 2025
1 parent 0dbcfbd commit 4b483b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mocks/data/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ const items: Record<string, TestItemResult> = {
authority: "1915(c)",
state: "MD",
leadAnalystName: "lead test",
additionalInformation: "kdjfkaj",
leadAnalystEmail: "Lead test email",
reviewTeam: [
{
Expand All @@ -448,7 +447,7 @@ const items: Record<string, TestItemResult> = {
_source: {
id: `${WITHDRAW_RAI_ITEM_C}-0001`,
submitterName: "Testmctex",
submitterEmail: "dkjfdkljl;",
submitterEmail: "fakeemail;",
event: "respond-to-rai",
packageId: WITHDRAW_RAI_ITEM_C,
},
Expand All @@ -459,7 +458,7 @@ const items: Record<string, TestItemResult> = {
_source: {
id: `${WITHDRAW_RAI_ITEM_C}-0002`,
submitterName: "Testmctex",
submitterEmail: "dkjfdkljl;",
submitterEmail: "fakeemail;",
event: "withdraw-rai",
packageId: WITHDRAW_RAI_ITEM_C,
},
Expand Down

0 comments on commit 4b483b9

Please sign in to comment.