Skip to content

Commit

Permalink
content(integration) fix typo in sum-rmq spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 5, 2018
1 parent 096336c commit e6dfef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/microservices/e2e/sum-rmq.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as express from 'express';
import * as request from 'supertest';
import { RMQController } from '../src/rmq/rmq.controller';

describe('RabbimMQ transport', () => {
describe('RabbitMQ transport', () => {
let server;
let app: INestApplication;

Expand Down

0 comments on commit e6dfef8

Please sign in to comment.