Removed focus
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2022-06-01 13:07:47 +02:00
parent 0faabeb145
commit 571e2f03d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const { models } = require('vn-loopback/server/server');
fdescribe('client extendedListFilter()', () => {
describe('client extendedListFilter()', () => {
it('should return the clients matching the filter with a limit of 20 rows', async() => {
const tx = await models.Client.beginTransaction({});