8524-devToTest #3415

Merged
alexm merged 343 commits from 8524-devToTest into test 2025-02-04 13:42:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9cd8dfaf9d - Show all commits

View File

@ -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({});