fix: refs #7187 remove focus on spec
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-05-16 14:01:41 +02:00
parent 1abacdc42b
commit 4cf5457690
1 changed files with 1 additions and 1 deletions

View File

@ -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({