7679-postCode_town_addRequireds #2804

Merged
alexm merged 6 commits from 7679-postCode_town_addRequireds into master 2024-07-31 05:43:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b17b5a1b21 - Show all commits

View File

@ -1,6 +1,6 @@
const {models} = require('vn-loopback/server/server');
fdescribe('Postcode filter()', () => {
describe('Postcode filter()', () => {
it('should retrieve with no filter', async() => {
const tx = await models.Postcode.beginTransaction({});
const options = {transaction: tx};