This commit is contained in:
parent
0bfd0895d7
commit
9cd8dfaf9d
|
@ -1,6 +1,6 @@
|
|||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
fdescribe('defaulter filter()', () => {
|
||||
describe('defaulter filter()', () => {
|
||||
const authUserId = 9;
|
||||
it('should all return the tickets matching the filter', async() => {
|
||||
const tx = await models.Defaulter.beginTransaction({});
|
||||
|
|
Loading…
Reference in New Issue