Skip to content

Commit

Permalink
adjust endtime value for create promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmxendit committed Jul 8, 2022
1 parent a3063f4 commit 6f1bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/card.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function() {
minOriginalAmount: 25000,
maxDiscountAmount: 5000,
startTime: '2022-03-25T00:00:00.000Z',
endTime: '2022-05-25T00:00:00.000Z',
endTime: '2025-05-25T00:00:00.000Z',
}),
)
.then(() => {
Expand Down

0 comments on commit 6f1bc43

Please sign in to comment.