Skip to content

Commit c5d9387

Browse files
committed
Update PurchaseValidation.spec.js
1 parent 40ee727 commit c5d9387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/PurchaseValidation.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ describe('test validate_receipt endpoint', () => {
5959
const otherResponse = await request({
6060
url: url,
6161
});
62-
console.log(otherResponse.data);
6362
expect(otherResponse.text).toBe('download_file');
6463
}
6564
});

0 commit comments

Comments
 (0)