it('Repairs the invalid record - Remove punc $b (only data field)', async () => {
        const validator = await validatorFactory();
        const result = await validator.fix(recordInvalidWithoutA);
        expect(recordInvalidWithoutA.equalsTo(recordValidWithoutA)).to.eql(true);
        expect(result).to.eql({