Skip to content

Commit 7a2fba4

Browse files
committed
fix date in tests
1 parent e4da770 commit 7a2fba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Main API', function () {
1919
this.timeout(15000)
2020
describe('API v1', function () {
2121
it('create subscription url', async () => {
22-
const date = new Date().toLocaleDateString()
22+
const date = "2050-05-05"
2323
const dataCheckout = {
2424
order_desc: 'test order',
2525
currency: 'USD',

0 commit comments

Comments
 (0)