refactor: refs #6436 fixed test
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jon Elias 2024-06-14 08:57:11 +02:00
parent 61a588b57c
commit ee75068e9c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ const {models} = require('vn-loopback/server/server');
describe('setPosition()', () => {
const ctx = beforeAll.getCtx();
beforeAll.mockLoopBackContext();
it('should increase the orders module position by replacing it with clients and vice versa', async() => {
const tx = await models.StarredModule.beginTransaction({});