import { RoleOccurrence } from './role-occurrence';

describe('RoleOccurrence', () => {
  it('should create an instance', () => {
    expect(new RoleOccurrence()).toBeTruthy();
  });
});