This commit is contained in:
parent
1abacdc42b
commit
4cf5457690
|
@ -1,7 +1,7 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
describe('worker getAvailablePda()', () => {
|
||||
fit('should return a Pda that has no user assigned', async() => {
|
||||
it('should return a Pda that has no user assigned', async() => {
|
||||
const [{id}] = await models.Worker.getAvailablePda();
|
||||
|
||||
const deviceProductionUser = await models.DeviceProductionUser.findOne({
|
||||
|
|
Loading…
Reference in New Issue