it('returns left color of gradient for atom with the highest occupancy', () => {
      const atom = { occupancy: 1.0 }
      const color = oColorer.getAtomColor(atom)
      expect(color).to.equal(lGradientColor)
    })