fix: refs #6889 fix back tests

This commit is contained in:
Jorge Penadés 2024-05-30 11:21:42 +02:00
parent 05e6e10337
commit 5158017edd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ describe('sale priceDifference()', () => {
try { try {
const options = {transaction: tx}; const options = {transaction: tx};
const ctx = {req: {accessToken: {userId: 1106}}}; const ctx = {req: {accessToken: {userId: 1105}}};
ctx.args = { ctx.args = {
id: 1, id: 1,
landed: Date.vnNew(), landed: Date.vnNew(),