refs #5652 fix:without fit
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Sergio De la torre 2023-09-12 08:44:42 +02:00
parent 5f5a0645be
commit 1d25355423
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const {models} = require('vn-loopback/server/server');
describe('getAddress()', () => {
fit('return list of address last year', async() => {
it('return list of address last year', async() => {
let response = await models.Address.getAddress();
expect(response.length).toBeGreaterThan(0);