Skip to content

Commit

Permalink
fix: cucumber imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Mar 13, 2024
1 parent 39255d1 commit 9e7fa04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/features/utils/consumer/gracefulShutdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Consumer } from "../../../../dist/consumer.js";
import { Consumer } from "../../../../dist/esm/consumer.js";

import { QUEUE_URL, sqs } from "../sqs.js";

Expand Down
2 changes: 1 addition & 1 deletion test/features/utils/consumer/handleMessage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Consumer } from "../../../../dist/consumer.js";
import { Consumer } from "../../../../dist/esm/consumer.js";

import { QUEUE_URL, sqs } from "../sqs.js";

Expand Down
2 changes: 1 addition & 1 deletion test/features/utils/consumer/handleMessageBatch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Consumer } from "../../../../dist/consumer.js";
import { Consumer } from "../../../../dist/esm/consumer.js";

import { QUEUE_URL, sqs } from "../sqs.js";

Expand Down

0 comments on commit 9e7fa04

Please sign in to comment.