Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
oblakeerickson committed Jan 18, 2024
1 parent 8900cd2 commit 9198c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascripts/acceptance/adsense-test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { visit } from "@ember/test-helpers";
import { test } from "qunit";
import { AUTO_GROUPS } from "discourse/lib/constants";
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
import {
acceptance,
updateCurrentUser,
} from "discourse/tests/helpers/qunit-helpers";
import { AUTO_GROUPS } from "discourse/lib/constants";

acceptance("AdSense", function (needs) {
needs.user();
Expand Down

0 comments on commit 9198c2f

Please sign in to comment.