Skip to content

Commit e6dfef8

Browse files
content(integration) fix typo in sum-rmq spec
1 parent 096336c commit e6dfef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/microservices/e2e/sum-rmq.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as express from 'express';
55
import * as request from 'supertest';
66
import { RMQController } from '../src/rmq/rmq.controller';
77

8-
describe('RabbimMQ transport', () => {
8+
describe('RabbitMQ transport', () => {
99
let server;
1010
let app: INestApplication;
1111

0 commit comments

Comments
 (0)