Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Dec 23, 2024
1 parent 2a9a9e6 commit ed26613
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { module, test } from "qunit";
import migrate from "../../../../migrations/settings/0001-migrate-from-deprecated-icon-names.js";
import migrate from "../../../../migrations/settings/0001-migrate-from-deprecated-icon-names";

module(
"Unit | Migrations | Settings | 0001-migrate-from-deprecated-icon-names.js",
"Unit | Migrations | Settings | 0001-migrate-from-deprecated-icon-names",
function () {
test("migrate", function (assert) {
const settings = new Map(
Expand Down

0 comments on commit ed26613

Please sign in to comment.