fix(spec): refs #6879 remove f from describe
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2024-02-19 14:15:44 +01:00
parent 7b0dd6975d
commit 011880eb72
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
fdescribe('sale usesMana()', () => {
describe('sale usesMana()', () => {
const ctx = {req: { accessToken: {userId: 18}}};
it('should return that the worker uses mana', async() => {