Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gunderson committed May 31, 2024
1 parent 9e7bcfb commit 1242de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/modules/rabbitmq/src/rabbitmq-container.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import amqp, { ConsumeMessage } from "amqplib";
import amqp from "amqplib";
import { RabbitMQContainer } from "./rabbitmq-container";

describe("RabbitMQContainer", () => {
Expand All @@ -16,7 +16,7 @@ describe("RabbitMQContainer", () => {
// }

// credentials {
it("different username and passord", async () => {
it("different username and password", async () => {
const USER = "user";
const PASSWORD = "password";

Expand Down

0 comments on commit 1242de8

Please sign in to comment.