Skip to content

Commit

Permalink
feat(api): add topic e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Dec 6, 2024
1 parent 9a71d5f commit 3960d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/events/e2e/trigger-multicast.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { NotificationTemplateEntity, SubscriberEntity } from '@novu/dal';

import { SharedModule } from '../../shared/shared.module';
import { EventsModule } from '../events.module';
import { createTopic } from '../../topics/e2e/helpers';
import { createTopic } from '../../topics/e2e/helpers/topic-e2e-helper';

const axiosInstance = axios.create();

Expand Down

0 comments on commit 3960d3b

Please sign in to comment.