it('returns middle color of gradient for residue with the middle occupancy', () => {
      const residue = { occupancy: 0.5 }
      const color = oColorer.getResidueColor(residue)
      expect(color).to.equal(cGradientColor)
    })