8032-devToTest_2440 #3009
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"vn": {
|
"vn": {
|
||||||
"view": {
|
"view": {
|
||||||
"expeditionPallet_Print": "ced2b84a114fcb99fce05f0c34f4fc03f3fa387bef92621be1bc306608a84345"
|
"expeditionPallet_Print": "99f75145ac2e7b612a6d71e74b6e55f194a465780fd9875a15eb01e6596b447e"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const models = require('vn-loopback/server/server').models;
|
const models = require('vn-loopback/server/server').models;
|
||||||
|
|
||||||
fdescribe('WagonTray max height()', () => {
|
describe('WagonTray max height()', () => {
|
||||||
it(`should throw an error if the tray's height is above the maximum of the wagon`, async() => {
|
it(`should throw an error if the tray's height is above the maximum of the wagon`, async() => {
|
||||||
const tx = await models.WagonTypeTray.beginTransaction({});
|
const tx = await models.WagonTypeTray.beginTransaction({});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue