Skip to content

Commit

Permalink
test(api): Change SurveyAnswerRepository test name
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Oct 31, 2024
1 parent d707336 commit c86ea2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TestManager } from 'api/test/utils/test-manager';
import { SurveyAnswer } from '@shared/dto/surveys/survey-answer.entity';
import { PostgresSurveyAnswerRepository } from '@api/infrastructure/postgres-survey-answers.repository';

describe('SurveyAnswerRepository', () => {
describe('PostgresSurveyAnswerRepository', () => {
let testManager: TestManager<unknown>;
let dataSourceManager: DataSourceManager;

Expand Down

0 comments on commit c86ea2e

Please sign in to comment.