Skip to content

Commit 7731a4e

Browse files
committed
Pray
1 parent 730b0df commit 7731a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/question/tests/events/consumer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import dotenv from 'dotenv';
2-
dotenv.config({ path: '.env.test' });
2+
dotenv.config({ path: '../../.env.sample' });
33
import { expect } from 'chai';
44
import sinon, { SinonStub } from 'sinon';
55
import { Question } from '../../src/models/questionModel';

0 commit comments

Comments
 (0)