test back fixed

This commit is contained in:
Javi Gallego 2018-05-28 09:35:05 +02:00
parent f4423e3fb5
commit 1273f92e85
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ describe('ticket getVolume()', () => {
let ticketFk = 1;
app.models.Ticket.getVolume(ticketFk)
.then(response => {
expect(response[0].m3_total).toEqual(0.008);
expect(response[0].m3).toEqual(0.008);
done();
});
});