Skip to content

Commit

Permalink
correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 18, 2023
1 parent ab3457a commit 7c644a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/modal-dialog-test.gjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { setupRenderingTest } from 'dummy/tests/helpers';
import waitForAnimation from 'dummy/tests/helpers/wait-for-animation';
import { defer } from 'rsvp';
import { modifier } from 'ember-modifier';
Expand Down

0 comments on commit 7c644a3

Please sign in to comment.