Skip to content

Commit

Permalink
Fix tests for notify reward
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Jul 24, 2024
1 parent d779dfb commit c36d275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/v1/notificationRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,6 @@ function sendNotificationTestCases() {
sendEmail: true,
sendSegment: true,
creationTime: 1667992708000,
email: '[email protected]',
segment: {
payload: {
round: 10,
Expand All @@ -2112,6 +2111,7 @@ function sendNotificationTestCases() {
network: 'ethereum',
script: 'test script',
transactionHash: 'test txhash',
email: '[email protected]',
},
},
};
Expand All @@ -2133,7 +2133,6 @@ function sendNotificationTestCases() {
sendEmail: true,
sendSegment: true,
creationTime: 1667992708000,
email: '[email protected]',
segment: {
payload: {
round: 10,
Expand All @@ -2145,6 +2144,7 @@ function sendNotificationTestCases() {
network: 'ethereum',
script: 'test script',
transactionHash: 'test txhash',
email: '[email protected]',
invalidField: 'invalid data',
},
},
Expand Down

0 comments on commit c36d275

Please sign in to comment.