DEV: Fix getOwner deprecation (#207)

This commit is contained in:
Jarek Radosz 2024-03-19 12:18:07 +01:00 committed by GitHub
parent f2b97aa16e
commit a2bc9b6eac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
import { getOwner } from "@ember/application";
import { render, settled } from "@ember/test-helpers";
import { setupRenderingTest } from "ember-qunit";
import hbs from "htmlbars-inline-precompile";
import { module, test } from "qunit";
import { query } from "discourse/tests/helpers/qunit-helpers";
import { getOwner } from "discourse-common/lib/get-owner";
const repoProps = {
unloaded: false,