Skip to content

Commit 5166c9a

Browse files
author
Vikas Agarwal
committed
bringing back changes for rabbitmq
1 parent cf74252 commit 5166c9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/routes/projects/create.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const should = chai.should();
1414
sinon.stub(RabbitMQService.prototype, 'init', () => {});
1515
sinon.stub(RabbitMQService.prototype, 'publish', () => {});
1616

17-
xdescribe('Project create', () => {
17+
describe('Project create', () => {
1818
before((done) => {
1919
testUtil.clearDb(done);
2020
});

src/services/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

3-
// import config from 'config';
4-
// import RabbitMQService from './rabbitmq';
3+
import config from 'config';
4+
import RabbitMQService from './rabbitmq';
55

66
/**
77
* Responsible for establishing connections to all external services

0 commit comments

Comments
 (0)