removed unexpected focus on describe
This commit is contained in:
parent
fbe0cf2111
commit
51f7958612
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue