// APP
import { CollectionEvent } from './CollectionEvent';

describe('Service: CollectionEvent', () => {
    let service;

    beforeEach(() => {
        service = new CollectionEvent();
    });

    it('should be defined.', () => {
        expect(service).toBeDefined();
    });
});
