describe('That is drained', () => {
    const beamJobRun = new BeamJobRun('123', 'FooJob', 'DRAINED', 0, 0, true);

    it('should return the appropriate material tooltip', () => {
      expect(beamJobRun.getJobStatusTooltipString()).toEqual('Drained');