describe('when messages are passed in a order different from the returned by validate', () => {
          it('succeeds', () => {
            const user = new User({ name: '$', age: -42 });

            expect(user).toHaveInvalidAttributes([