it('should have the same length as the PLTE chunk', function () {
            expect(this.data.volatile.histogram.length).to.be.equal(this.data.volatile.paletteColors.length);
        });