it("returns default color which is set for this palette if atom's occupancy is not specified", () => {
      const atom = { occupancy: undefined }

      const color = oColorer.getAtomColor(atom)
      expect(color).to.equal(palette.defaultGradientColor)