it('Repairs the invalid record - Removes punc $a (register)', async () => {
        const validator = await validatorFactory();
        const result = await validator.fix(recordInvalidOnlyA);
        expect(recordInvalidOnlyA.equalsTo(recordValidOnlyA)).to.eql(true);
        expect(result).to.eql({