REFS #6275 feat:Silex_to_Salix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Sergio De la torre 2023-12-07 11:59:01 +01:00
parent fa65cc84a9
commit 9937fbed5e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const app = require('vn-loopback/server/server');
describe('route getExpeditionSummary()', () => {
const routeId = 1;
fit('should return a summary of expeditions for a route', async() => {
it('should return a summary of expeditions for a route', async() => {
const result = await app.models.Route.getExpeditionSummary(routeId);
expect(result.length).toEqual(3);