removed unexpected focus on describe

This commit is contained in:
Carlos Jimenez 2018-08-13 12:46:56 +02:00
parent fbe0cf2111
commit 51f7958612
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const app = require(`../../../../server/server`);
fdescribe('order getTotal()', () => {
describe('order getTotal()', () => {
it('should call the getTaxes method and return undefined if its called with a string', async() => {
let result = await app.models.Order.getTotal(1);