it('should have a length of 256 histogram values', function () {
            expect(this.data.volatile.histogram).to.be.an('array');
            expect(this.data.volatile.histogram.length).to.be.equal(256);
        });