it('should not commit when the value is set', () => {
      prox.name = 'D';
      assert.equal(colData.name[1], 'B', 'proxy: finalize prior value');
    });