7199-devToTest_2316 #2287

Merged
alexm merged 169 commits from 7199-devToTest_2316 into test 2024-04-11 06:25:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c4fcb2cd12 - Show all commits

View File

@ -1,7 +1,7 @@
const {models} = require('vn-loopback/server/server'); const {models} = require('vn-loopback/server/server');
fdescribe('itemShelving hasOlder()', () => { describe('itemShelving hasOlder()', () => {
it('should return false because there are not older items', async() => { it('should return false because there are not older items', async() => {
const shelvingFkIn = 'GVC'; const shelvingFkIn = 'GVC';
const shelvingFkOut = 'HEJ'; const shelvingFkOut = 'HEJ';